Struct winapi::um::wingdi::DISPLAYCONFIG_DEVICE_INFO_HEADER [−][src]
#[repr(C)]pub struct DISPLAYCONFIG_DEVICE_INFO_HEADER {
pub _type: DISPLAYCONFIG_DEVICE_INFO_TYPE,
pub size: UINT32,
pub adapterId: LUID,
pub id: UINT32,
}Fields
_type: DISPLAYCONFIG_DEVICE_INFO_TYPEsize: UINT32adapterId: LUIDid: UINT32Trait Implementations
Returns the “default value” for a type. Read more