Struct windows_sys::Win32::Graphics::Gdi::MONITORINFOEXW
#[repr(C)]pub struct MONITORINFOEXW {
pub monitorInfo: MONITORINFO,
pub szDevice: [u16; 32],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§monitorInfo: MONITORINFO
§szDevice: [u16; 32]
Trait Implementations§
§impl Clone for MONITORINFOEXW
impl Clone for MONITORINFOEXW
impl Copy for MONITORINFOEXW
Auto Trait Implementations§
impl RefUnwindSafe for MONITORINFOEXW
impl Send for MONITORINFOEXW
impl Sync for MONITORINFOEXW
impl Unpin for MONITORINFOEXW
impl UnwindSafe for MONITORINFOEXW
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