Struct winapi::um::wingdi::DISPLAYCONFIG_MODE_INFO [−][src]
#[repr(C)]pub struct DISPLAYCONFIG_MODE_INFO {
pub infoType: DISPLAYCONFIG_MODE_INFO_TYPE,
pub id: UINT32,
pub adapterId: LUID,
pub u: DISPLAYCONFIG_MODE_INFO_u,
}Fields
infoType: DISPLAYCONFIG_MODE_INFO_TYPEid: UINT32adapterId: LUIDu: DISPLAYCONFIG_MODE_INFO_uTrait Implementations
Returns the “default value” for a type. Read more