POINTS

Type Alias POINTS 

Source
pub type POINTS = tagPOINTS;

Aliased Type§

#[repr(C)]
pub struct POINTS { pub x: i16, pub y: i16, }

Fields§

§x: i16§y: i16