Struct lcms2_sys::ffi::ViewingConditions [] [src]

#[repr(C)]
pub struct ViewingConditions { pub whitePoint: CIEXYZ, pub Yb: f64, pub La: f64, pub surround: Surround, pub D_value: f64, }

Fields

Trait Implementations

impl Copy for ViewingConditions
[src]

impl Clone for ViewingConditions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ViewingConditions
[src]

Formats the value using the given formatter.

impl Default for ViewingConditions
[src]

Returns the "default value" for a type. Read more