Struct lcms2_sys::ffi::CIExyY
[−]
[src]
#[repr(C)]pub struct CIExyY { pub x: f64, pub y: f64, pub Y: f64, }
Fields
x: f64
y: f64
Y: f64
Methods
impl CIExyY[src]
Trait Implementations
impl Copy for CIExyY[src]
impl Clone for CIExyY[src]
fn clone(&self) -> CIExyY
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