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