#[repr(C)]pub struct MONITORINFO {
pub cbSize: DWORD,
pub rcMonitor: RECT,
pub rcWork: RECT,
pub dwFlags: DWORD,
}
Fields§
§cbSize: DWORD
§rcMonitor: RECT
§rcWork: RECT
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for MONITORINFO
impl Clone for MONITORINFO
Source§fn clone(&self) -> MONITORINFO
fn clone(&self) -> MONITORINFO
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 MONITORINFO
impl Default for MONITORINFO
Source§fn default() -> MONITORINFO
fn default() -> MONITORINFO
Returns the “default value” for a type. Read more
impl Copy for MONITORINFO
Auto Trait Implementations§
impl Freeze for MONITORINFO
impl RefUnwindSafe for MONITORINFO
impl Send for MONITORINFO
impl Sync for MONITORINFO
impl Unpin for MONITORINFO
impl UnwindSafe for MONITORINFO
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