Struct MONITORINFOEXA
#[repr(C)]pub struct MONITORINFOEXA {
pub monitorInfo: MONITORINFO,
pub szDevice: [i8; 32],
}
Fields§
§monitorInfo: MONITORINFO
§szDevice: [i8; 32]
Trait Implementations§
§impl Clone for MONITORINFOEXA
impl Clone for MONITORINFOEXA
§fn clone(&self) -> MONITORINFOEXA
fn clone(&self) -> MONITORINFOEXA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MONITORINFOEXA
Auto Trait Implementations§
impl Freeze for MONITORINFOEXA
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