Struct winapi::dxgi::DXGI_DISPLAY_COLOR_SPACE [] [src]

pub struct DXGI_DISPLAY_COLOR_SPACE {
    pub PrimaryCoordinates: [[FLOAT; 2]; 8],
    pub WhitePoints: [[FLOAT; 2]; 16],
}

Fields

PrimaryCoordinates
WhitePoints

Trait Implementations

impl Copy for DXGI_DISPLAY_COLOR_SPACE
[src]

impl Clone for DXGI_DISPLAY_COLOR_SPACE
[src]

fn clone(&self) -> DXGI_DISPLAY_COLOR_SPACE

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

Derived Implementations

impl Debug for DXGI_DISPLAY_COLOR_SPACE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.