Struct winapi::um::wingdi::DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO [−][src]
#[repr(C)]pub struct DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub value: UINT32,
pub colorEncoding: DISPLAYCONFIG_COLOR_ENCODING,
pub bitsPerColorChannel: UINT32,
}
Fields
header: DISPLAYCONFIG_DEVICE_INFO_HEADER
value: UINT32
colorEncoding: DISPLAYCONFIG_COLOR_ENCODING
bitsPerColorChannel: UINT32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more