Struct winapi::dxgitype::DXGI_GAMMA_CONTROL_CAPABILITIES [] [src]

#[repr(C)]
pub struct DXGI_GAMMA_CONTROL_CAPABILITIES { pub ScaleAndOffsetSupported: BOOL, pub MaxConvertedValue: f32, pub MinConvertedValue: f32, pub NumGammaControlPoints: UINT, pub ControlPointPositions: [f32; 1025], }

Fields

Trait Implementations

impl Copy for DXGI_GAMMA_CONTROL_CAPABILITIES
[src]

impl Clone for DXGI_GAMMA_CONTROL_CAPABILITIES
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more