Struct windows_sys::Win32::Graphics::Gdi::MONITORINFOEXA
#[repr(C)]pub struct MONITORINFOEXA {
pub monitorInfo: MONITORINFO,
pub szDevice: [u8; 32],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§monitorInfo: MONITORINFO
§szDevice: [u8; 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§
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