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_TYPE
size: UINT32
adapterId: LUID
id: UINT32
Trait Implementations
Returns the “default value” for a type. Read more