#[repr(C)]pub struct _DISPLAY_DEVICEA {
pub cb: DWORD,
pub DeviceName: [CHAR; 32],
pub DeviceString: [CHAR; 128],
pub StateFlags: DWORD,
pub DeviceID: [CHAR; 128],
pub DeviceKey: [CHAR; 128],
}
Fields§
§cb: DWORD
§DeviceName: [CHAR; 32]
§DeviceString: [CHAR; 128]
§StateFlags: DWORD
§DeviceID: [CHAR; 128]
§DeviceKey: [CHAR; 128]
Trait Implementations§
Source§impl Clone for _DISPLAY_DEVICEA
impl Clone for _DISPLAY_DEVICEA
Source§fn clone(&self) -> _DISPLAY_DEVICEA
fn clone(&self) -> _DISPLAY_DEVICEA
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_DEVICEA
impl Debug for _DISPLAY_DEVICEA
Source§impl Ord for _DISPLAY_DEVICEA
impl Ord for _DISPLAY_DEVICEA
Source§fn cmp(&self, other: &_DISPLAY_DEVICEA) -> Ordering
fn cmp(&self, other: &_DISPLAY_DEVICEA) -> 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_DEVICEA
impl PartialEq for _DISPLAY_DEVICEA
Source§impl PartialOrd for _DISPLAY_DEVICEA
impl PartialOrd for _DISPLAY_DEVICEA
impl Copy for _DISPLAY_DEVICEA
impl Eq for _DISPLAY_DEVICEA
impl StructuralPartialEq for _DISPLAY_DEVICEA
Auto Trait Implementations§
impl Freeze for _DISPLAY_DEVICEA
impl RefUnwindSafe for _DISPLAY_DEVICEA
impl Send for _DISPLAY_DEVICEA
impl Sync for _DISPLAY_DEVICEA
impl Unpin for _DISPLAY_DEVICEA
impl UnwindSafe for _DISPLAY_DEVICEA
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