Struct winapi::wingdi::CIEXYZ  
                   
                       [−]
                   
               [src]
pub struct CIEXYZ {
    pub ciexyzX: FXPT2DOT30,
    pub ciexyzY: FXPT2DOT30,
    pub ciexyzZ: FXPT2DOT30,
}Fields
| ciexyzX | |
| ciexyzY | |
| ciexyzZ | 
Trait Implementations
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