#[repr(C, align(4))]pub struct tagMONITORINFOEXW {
pub __bindgen_padding_0: [u16; 20],
pub szDevice: [WCHAR; 32],
}Fields§
§__bindgen_padding_0: [u16; 20]§szDevice: [WCHAR; 32]Trait Implementations§
Source§impl Clone for tagMONITORINFOEXW
impl Clone for tagMONITORINFOEXW
Source§fn clone(&self) -> tagMONITORINFOEXW
fn clone(&self) -> tagMONITORINFOEXW
Returns a duplicate 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 moreSource§impl Debug for tagMONITORINFOEXW
impl Debug for tagMONITORINFOEXW
impl Copy for tagMONITORINFOEXW
Auto Trait Implementations§
impl Freeze for tagMONITORINFOEXW
impl RefUnwindSafe for tagMONITORINFOEXW
impl Send for tagMONITORINFOEXW
impl Sync for tagMONITORINFOEXW
impl Unpin for tagMONITORINFOEXW
impl UnwindSafe for tagMONITORINFOEXW
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