Struct lcms2_sys::ffi::CIEXYZ
[−]
[src]
#[repr(C)]pub struct CIEXYZ { pub X: f64, pub Y: f64, pub Z: f64, }
Fields
X: f64
Y: f64
Z: f64
Methods
impl CIEXYZ[src]
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