#[repr(C)]pub struct MONITORINFOEXA {
pub __AnonymousBase_winuser_L13554_C43: MONITORINFO,
pub szDevice: [CHAR; 32],
}Fields§
§__AnonymousBase_winuser_L13554_C43: MONITORINFO§szDevice: [CHAR; 32]Trait Implementations§
Source§impl Abi for MONITORINFOEXA
impl Abi for MONITORINFOEXA
Source§type Abi = MONITORINFOEXA
type Abi = MONITORINFOEXA
The abi representation of the implementing type. Read more
type DefaultType = MONITORINFOEXA
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 MONITORINFOEXA
impl Clone for MONITORINFOEXA
Source§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 moreSource§impl Debug for MONITORINFOEXA
impl Debug for MONITORINFOEXA
Source§impl Default for MONITORINFOEXA
impl Default for MONITORINFOEXA
Source§impl PartialEq for MONITORINFOEXA
impl PartialEq for MONITORINFOEXA
impl Copy for MONITORINFOEXA
impl Eq 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