#[repr(C)]pub struct MONITORINFOEXW {
pub __AnonymousBase_winuser_L13558_C43: MONITORINFO,
pub szDevice: [u16; 32],
}Fields§
§__AnonymousBase_winuser_L13558_C43: MONITORINFO§szDevice: [u16; 32]Trait Implementations§
Source§impl Abi for MONITORINFOEXW
impl Abi for MONITORINFOEXW
Source§type Abi = MONITORINFOEXW
type Abi = MONITORINFOEXW
The abi representation of the implementing type. Read more
type DefaultType = MONITORINFOEXW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MONITORINFOEXW
impl Clone for MONITORINFOEXW
Source§fn clone(&self) -> MONITORINFOEXW
fn clone(&self) -> MONITORINFOEXW
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 MONITORINFOEXW
impl Debug for MONITORINFOEXW
Source§impl Default for MONITORINFOEXW
impl Default for MONITORINFOEXW
Source§impl PartialEq for MONITORINFOEXW
impl PartialEq for MONITORINFOEXW
impl Copy for MONITORINFOEXW
impl Eq for MONITORINFOEXW
Auto Trait Implementations§
impl Freeze for MONITORINFOEXW
impl RefUnwindSafe for MONITORINFOEXW
impl Send for MONITORINFOEXW
impl Sync for MONITORINFOEXW
impl Unpin for MONITORINFOEXW
impl UnwindSafe for MONITORINFOEXW
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