Struct winapi::dxgitype::DXGI_GAMMA_CONTROL [] [src]

#[repr(C)]
pub struct DXGI_GAMMA_CONTROL { pub Scale: DXGI_RGB, pub Offset: DXGI_RGB, pub GammaCurve: [DXGI_RGB; 1025], }

Fields

Trait Implementations

impl Copy for DXGI_GAMMA_CONTROL
[src]

impl Clone for DXGI_GAMMA_CONTROL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more