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