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_HEADERvalue: UINT32colorEncoding: DISPLAYCONFIG_COLOR_ENCODINGbitsPerColorChannel: UINT32Implementations
Trait Implementations
Returns the “default value” for a type. Read more