#[repr(C)]pub struct DISPLAYCONFIG_SOURCE_DEVICE_NAME {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub viewGdiDeviceName: [WCHAR; 32],
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§viewGdiDeviceName: [WCHAR; 32]
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Clone for DISPLAYCONFIG_SOURCE_DEVICE_NAME
Source§fn clone(&self) -> DISPLAYCONFIG_SOURCE_DEVICE_NAME
fn clone(&self) -> DISPLAYCONFIG_SOURCE_DEVICE_NAME
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 Ord for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Ord for DISPLAYCONFIG_SOURCE_DEVICE_NAME
Source§fn cmp(&self, other: &DISPLAYCONFIG_SOURCE_DEVICE_NAME) -> Ordering
fn cmp(&self, other: &DISPLAYCONFIG_SOURCE_DEVICE_NAME) -> 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 DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl PartialEq for DISPLAYCONFIG_SOURCE_DEVICE_NAME
Source§fn eq(&self, other: &DISPLAYCONFIG_SOURCE_DEVICE_NAME) -> bool
fn eq(&self, other: &DISPLAYCONFIG_SOURCE_DEVICE_NAME) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl PartialOrd for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Copy for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Eq for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl StructuralPartialEq for DISPLAYCONFIG_SOURCE_DEVICE_NAME
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl RefUnwindSafe for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Send for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Sync for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Unpin for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl UnwindSafe for DISPLAYCONFIG_SOURCE_DEVICE_NAME
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