pub type MONITORINFO = tagMONITORINFO;Aliased Type§
#[repr(C)]pub struct MONITORINFO {
pub cbSize: u64,
pub rcMonitor: tagRECT,
pub rcWork: tagRECT,
pub dwFlags: u64,
}Fields§
§cbSize: u64§rcMonitor: tagRECT§rcWork: tagRECT§dwFlags: u64