#[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 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 moreSource§impl Debug for tagMONITORINFOEXW
impl Debug for tagMONITORINFOEXW
Source§impl Ord for tagMONITORINFOEXW
impl Ord for tagMONITORINFOEXW
Source§fn cmp(&self, other: &tagMONITORINFOEXW) -> Ordering
fn cmp(&self, other: &tagMONITORINFOEXW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMONITORINFOEXW
impl PartialEq for tagMONITORINFOEXW
Source§impl PartialOrd for tagMONITORINFOEXW
impl PartialOrd for tagMONITORINFOEXW
impl Copy for tagMONITORINFOEXW
impl Eq for tagMONITORINFOEXW
impl StructuralPartialEq 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