Struct MONITOREX
#[repr(C)]pub struct MONITOREX {
pub dwMonitorSize: u32,
pub Monitor: MONITOR,
}
Fields§
§dwMonitorSize: u32
§Monitor: MONITOR
Trait Implementations§
impl Copy for MONITOREX
impl StructuralPartialEq for MONITOREX
Auto Trait Implementations§
impl Freeze for MONITOREX
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