Struct windows_sys::Win32::Devices::Display::OUTPUT_WIRE_FORMAT
#[repr(C)]pub struct OUTPUT_WIRE_FORMAT {
pub ColorEncoding: OUTPUT_COLOR_ENCODING,
pub BitsPerPixel: u32,
}Expand description
Required features: "Win32_Devices_Display"
Fields§
§ColorEncoding: OUTPUT_COLOR_ENCODING§BitsPerPixel: u32