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