#[repr(C)]
pub struct VIDEO_COLOR_CAPABILITIES {
Show 18 fields pub Length: u32, pub AttributeFlags: u32, pub RedPhosphoreDecay: i32, pub GreenPhosphoreDecay: i32, pub BluePhosphoreDecay: i32, pub WhiteChromaticity_x: i32, pub WhiteChromaticity_y: i32, pub WhiteChromaticity_Y: i32, pub RedChromaticity_x: i32, pub RedChromaticity_y: i32, pub GreenChromaticity_x: i32, pub GreenChromaticity_y: i32, pub BlueChromaticity_x: i32, pub BlueChromaticity_y: i32, pub WhiteGamma: i32, pub RedGamma: i32, pub GreenGamma: i32, pub BlueGamma: i32,
}
Expand description

Required features: "Win32_Devices_Display"

Fields

Length: u32AttributeFlags: u32RedPhosphoreDecay: i32GreenPhosphoreDecay: i32BluePhosphoreDecay: i32WhiteChromaticity_x: i32WhiteChromaticity_y: i32WhiteChromaticity_Y: i32RedChromaticity_x: i32RedChromaticity_y: i32GreenChromaticity_x: i32GreenChromaticity_y: i32BlueChromaticity_x: i32BlueChromaticity_y: i32WhiteGamma: i32RedGamma: i32GreenGamma: i32BlueGamma: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.