Struct winapi::um::winuser::MONITORINFOEXA
source · #[repr(C)]pub struct MONITORINFOEXA {
pub cbSize: DWORD,
pub rcMonitor: RECT,
pub rcWork: RECT,
pub dwFlags: DWORD,
pub szDevice: [CHAR; 32],
}
Fields§
§cbSize: DWORD
§rcMonitor: RECT
§rcWork: RECT
§dwFlags: DWORD
§szDevice: [CHAR; 32]
Trait Implementations§
source§impl Clone for MONITORINFOEXA
impl Clone for MONITORINFOEXA
source§fn clone(&self) -> MONITORINFOEXA
fn clone(&self) -> MONITORINFOEXA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MONITORINFOEXA
impl Default for MONITORINFOEXA
source§fn default() -> MONITORINFOEXA
fn default() -> MONITORINFOEXA
Returns the “default value” for a type. Read more