Struct windows_sys::Win32::Graphics::Gdi::MONITORINFO
[−]#[repr(C)]pub struct MONITORINFO {
pub cbSize: u32,
pub rcMonitor: RECT,
pub rcWork: RECT,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
cbSize: u32
rcMonitor: RECT
rcWork: RECT
dwFlags: u32
Trait Implementations
impl Clone for MONITORINFO
impl Clone for MONITORINFO
impl Copy for MONITORINFO
Auto Trait Implementations
impl RefUnwindSafe for MONITORINFO
impl Send for MONITORINFO
impl Sync for MONITORINFO
impl Unpin for MONITORINFO
impl UnwindSafe for MONITORINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more