Struct lcms2_sys::ffi::ICCViewingConditions [] [src]

#[repr(C)]
pub struct ICCViewingConditions { pub IlluminantXYZ: CIEXYZ, pub SurroundXYZ: CIEXYZ, pub IlluminantType: IlluminantType, }

Fields

Trait Implementations

impl Copy for ICCViewingConditions
[src]

impl Clone for ICCViewingConditions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ICCViewingConditions
[src]

Formats the value using the given formatter.

impl Default for ICCViewingConditions
[src]

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