Type Alias POINTS

Source
pub type POINTS = tagPOINTS;

Aliased Type§

struct POINTS {
    pub x: i16,
    pub y: i16,
}

Fields§

§x: i16§y: i16