Struct winapi::wingdi::CIEXYZ [] [src]

pub struct CIEXYZ {
    pub ciexyzX: FXPT2DOT30,
    pub ciexyzY: FXPT2DOT30,
    pub ciexyzZ: FXPT2DOT30,
}

Fields

ciexyzX
ciexyzY
ciexyzZ

Trait Implementations

Derived Implementations

impl Debug for CIEXYZ

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

impl Copy for CIEXYZ

impl Clone for CIEXYZ

fn clone(&self) -> CIEXYZ

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