Struct windows_sys::Win32::Graphics::Gdi::MONITORINFOEXA
[−]#[repr(C)]pub struct MONITORINFOEXA {
pub monitorInfo: MONITORINFO,
pub szDevice: [CHAR; 32],
}
Expand description
Required features: ‘Win32_Graphics_Gdi’, ‘Win32_Foundation’
Fields
monitorInfo: MONITORINFO
szDevice: [CHAR; 32]
Trait Implementations
impl Clone for MONITORINFOEXA
impl Clone for MONITORINFOEXA
impl Copy for MONITORINFOEXA
Auto Trait Implementations
impl RefUnwindSafe for MONITORINFOEXA
impl Send for MONITORINFOEXA
impl Sync for MONITORINFOEXA
impl Unpin for MONITORINFOEXA
impl UnwindSafe for MONITORINFOEXA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more