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