#[repr(C)]pub struct MONITORINFOEXA {
pub monitorInfo: MONITORINFO,
pub szDevice: [i8; 32],
}Fields§
§monitorInfo: MONITORINFO§szDevice: [i8; 32]Auto Trait Implementations§
impl Freeze for MONITORINFOEXA
impl RefUnwindSafe for MONITORINFOEXA
impl Send for MONITORINFOEXA
impl Sync for MONITORINFOEXA
impl Unpin for MONITORINFOEXA
impl UnsafeUnpin 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