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