Struct lcms2_sys::ffi::CIEXYZ [] [src]

#[repr(C)]
pub struct CIEXYZ { pub X: f64, pub Y: f64, pub Z: f64, }

Fields

Methods

impl CIEXYZ
[src]

Trait Implementations

impl Copy for CIEXYZ
[src]

impl Clone for CIEXYZ
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CIEXYZ
[src]

Formats the value using the given formatter.

impl Default for CIEXYZ
[src]

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

impl From<CIExyY> for CIEXYZ
[src]

Performs the conversion.