POINT

Type Alias POINT 

Source
pub type POINT = tagPOINT;

Aliased Type§

#[repr(C)]
pub struct POINT { pub x: i32, pub y: i32, }

Fields§

§x: i32§y: i32