Struct DISPLAYCONFIG_ADAPTER_NAME
#[repr(C)]pub struct DISPLAYCONFIG_ADAPTER_NAME {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub adapterDevicePath: [u16; 128],
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§adapterDevicePath: [u16; 128]
Trait Implementations§
§impl Clone for DISPLAYCONFIG_ADAPTER_NAME
impl Clone for DISPLAYCONFIG_ADAPTER_NAME
§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 moreimpl Copy 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