Struct winapi::dxgitype::DXGI_GAMMA_CONTROL
[−]
[src]
pub struct DXGI_GAMMA_CONTROL { pub Scale: DXGI_RGB, pub Offset: DXGI_RGB, pub GammaCurve: [DXGI_RGB; 1025], }
Fields
Scale | |
Offset | |
GammaCurve |
Trait Implementations
impl Copy for DXGI_GAMMA_CONTROL
[src]
impl Clone for DXGI_GAMMA_CONTROL
[src]
fn clone(&self) -> DXGI_GAMMA_CONTROL
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more