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

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

Fields

ciexyzX: FXPT2DOT30 ciexyzY: FXPT2DOT30 ciexyzZ: FXPT2DOT30

Trait Implementations

impl Debug for CIEXYZ
[src]

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

Formats the value using the given formatter.

impl Copy for CIEXYZ
[src]

impl Clone for CIEXYZ
[src]

fn clone(&self) -> CIEXYZ

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