Struct MONITORINFO
#[repr(C)]pub struct MONITORINFO {
pub cbSize: u32,
pub rcMonitor: RECT,
pub rcWork: RECT,
pub dwFlags: u32,
}
Fields§
§cbSize: u32
§rcMonitor: RECT
§rcWork: RECT
§dwFlags: u32
Trait Implementations§
§impl Clone for MONITORINFO
impl Clone for MONITORINFO
§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 moreimpl 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