#[repr(C)]pub struct DISPLAY_DEVICEW {
pub cb: u32,
pub DeviceName: [u16; 32],
pub DeviceString: [u16; 128],
pub StateFlags: u32,
pub DeviceID: [u16; 128],
pub DeviceKey: [u16; 128],
}
Fields§
§cb: u32
§DeviceName: [u16; 32]
§DeviceString: [u16; 128]
§StateFlags: u32
§DeviceID: [u16; 128]
§DeviceKey: [u16; 128]
Trait Implementations§
Source§impl Abi for DISPLAY_DEVICEW
impl Abi for DISPLAY_DEVICEW
Source§type Abi = DISPLAY_DEVICEW
type Abi = DISPLAY_DEVICEW
The abi representation of the implementing type. Read more
type DefaultType = DISPLAY_DEVICEW
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 DISPLAY_DEVICEW
impl Clone for DISPLAY_DEVICEW
Source§fn clone(&self) -> DISPLAY_DEVICEW
fn clone(&self) -> DISPLAY_DEVICEW
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 DISPLAY_DEVICEW
impl Debug for DISPLAY_DEVICEW
Source§impl Default for DISPLAY_DEVICEW
impl Default for DISPLAY_DEVICEW
Source§impl PartialEq for DISPLAY_DEVICEW
impl PartialEq for DISPLAY_DEVICEW
impl Copy for DISPLAY_DEVICEW
impl Eq for DISPLAY_DEVICEW
Auto Trait Implementations§
impl Freeze for DISPLAY_DEVICEW
impl RefUnwindSafe for DISPLAY_DEVICEW
impl Send for DISPLAY_DEVICEW
impl Sync for DISPLAY_DEVICEW
impl Unpin for DISPLAY_DEVICEW
impl UnwindSafe for DISPLAY_DEVICEW
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