Struct windows_sys::Win32::Foundation::POINTS
#[repr(C)]pub struct POINTS {
pub x: i16,
pub y: i16,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§x: i16
§y: i16
#[repr(C)]pub struct POINTS {
pub x: i16,
pub y: i16,
}
Required features: "Win32_Foundation"
x: i16
§y: i16