Struct winapi::wingdi::CIEXYZTRIPLE [] [src]

pub struct CIEXYZTRIPLE {
    pub ciexyzRed: CIEXYZ,
    pub ciexyzGreen: CIEXYZ,
    pub ciexyzBlue: CIEXYZ,
}

Fields

ciexyzRed
ciexyzGreen
ciexyzBlue

Trait Implementations

Derived Implementations

impl Debug for CIEXYZTRIPLE

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

impl Copy for CIEXYZTRIPLE

impl Clone for CIEXYZTRIPLE

fn clone(&self) -> CIEXYZTRIPLE

fn clone_from(&mut self, source: &Self)