#[repr(C)]pub struct _DISPLAY_DEVICEW {
pub cb: DWORD,
pub DeviceName: [WCHAR; 32],
pub DeviceString: [WCHAR; 128],
pub StateFlags: DWORD,
pub DeviceID: [WCHAR; 128],
pub DeviceKey: [WCHAR; 128],
}
Fields§
§cb: DWORD
§DeviceName: [WCHAR; 32]
§DeviceString: [WCHAR; 128]
§StateFlags: DWORD
§DeviceID: [WCHAR; 128]
§DeviceKey: [WCHAR; 128]
Trait Implementations§
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 Ord for _DISPLAY_DEVICEW
impl Ord for _DISPLAY_DEVICEW
Source§fn cmp(&self, other: &_DISPLAY_DEVICEW) -> Ordering
fn cmp(&self, other: &_DISPLAY_DEVICEW) -> 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 _DISPLAY_DEVICEW
impl PartialEq for _DISPLAY_DEVICEW
Source§impl PartialOrd for _DISPLAY_DEVICEW
impl PartialOrd for _DISPLAY_DEVICEW
impl Copy for _DISPLAY_DEVICEW
impl Eq for _DISPLAY_DEVICEW
impl StructuralPartialEq 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