Struct windows_sys::Win32::Foundation::RECTL
#[repr(C)]pub struct RECTL {
pub left: i32,
pub top: i32,
pub right: i32,
pub bottom: i32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§left: i32
§top: i32
§right: i32
§bottom: i32