#[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
sourceimpl Clone for DISPLAYCONFIG_ADAPTER_NAME
impl Clone for DISPLAYCONFIG_ADAPTER_NAME
sourcefn clone(&self) -> DISPLAYCONFIG_ADAPTER_NAME
fn clone(&self) -> DISPLAYCONFIG_ADAPTER_NAME
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for DISPLAYCONFIG_ADAPTER_NAME
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more