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