#[repr(C)]pub struct DISPLAYCONFIG_ADAPTER_NAME {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub adapterDevicePath: [WCHAR; 128],
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§adapterDevicePath: [WCHAR; 128]
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_ADAPTER_NAME
impl Clone for DISPLAYCONFIG_ADAPTER_NAME
Source§fn clone(&self) -> DISPLAYCONFIG_ADAPTER_NAME
fn clone(&self) -> DISPLAYCONFIG_ADAPTER_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 Debug for DISPLAYCONFIG_ADAPTER_NAME
impl Debug for DISPLAYCONFIG_ADAPTER_NAME
Source§impl Ord for DISPLAYCONFIG_ADAPTER_NAME
impl Ord for DISPLAYCONFIG_ADAPTER_NAME
Source§fn cmp(&self, other: &DISPLAYCONFIG_ADAPTER_NAME) -> Ordering
fn cmp(&self, other: &DISPLAYCONFIG_ADAPTER_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 PartialOrd for DISPLAYCONFIG_ADAPTER_NAME
impl PartialOrd for DISPLAYCONFIG_ADAPTER_NAME
impl Copy for DISPLAYCONFIG_ADAPTER_NAME
impl Eq for DISPLAYCONFIG_ADAPTER_NAME
impl StructuralPartialEq for DISPLAYCONFIG_ADAPTER_NAME
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_ADAPTER_NAME
impl RefUnwindSafe for DISPLAYCONFIG_ADAPTER_NAME
impl Send for DISPLAYCONFIG_ADAPTER_NAME
impl Sync for DISPLAYCONFIG_ADAPTER_NAME
impl Unpin for DISPLAYCONFIG_ADAPTER_NAME
impl UnwindSafe for DISPLAYCONFIG_ADAPTER_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