#[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
impl Copy for MONITORINFOEXA
Auto Trait Implementations§
impl Freeze for MONITORINFOEXA
impl RefUnwindSafe for MONITORINFOEXA
impl Send for MONITORINFOEXA
impl Sync for MONITORINFOEXA
impl Unpin for MONITORINFOEXA
impl UnwindSafe for MONITORINFOEXA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more