Struct winapi::d3d9types::D3DGAMMARAMP [] [src]

pub struct D3DGAMMARAMP {
    pub red: [WORD; 256],
    pub green: [WORD; 256],
    pub blue: [WORD; 256],
}

Fields

red: [WORD; 256] green: [WORD; 256] blue: [WORD; 256]

Trait Implementations

impl Copy for D3DGAMMARAMP
[src]

impl Clone for D3DGAMMARAMP
[src]

fn clone(&self) -> D3DGAMMARAMP

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