Struct windows_sys::Win32::Graphics::Printing::MONITOREX
#[repr(C)]pub struct MONITOREX {
pub dwMonitorSize: u32,
pub Monitor: MONITOR,
}
Expand description
Required features: "Win32_Devices_Communication"
, "Win32_Foundation"
, "Win32_System_Power"
Fields§
§dwMonitorSize: u32
§Monitor: MONITOR
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MONITOREX
impl Send for MONITOREX
impl Sync for MONITOREX
impl Unpin for MONITOREX
impl UnwindSafe for MONITOREX
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