Struct winapi::um::wingdi::DISPLAYCONFIG_ADAPTER_NAME [−][src]
#[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
Returns the “default value” for a type. Read more