Struct lcms2_sys::ffi::CIExyY [] [src]

#[repr(C)]
pub struct CIExyY { pub x: f64, pub y: f64, pub Y: f64, }

Fields

Methods

impl CIExyY
[src]

Trait Implementations

impl Copy for CIExyY
[src]

impl Clone for CIExyY
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CIExyY
[src]

Formats the value using the given formatter.

impl Default for CIExyY
[src]

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

impl From<CIEXYZ> for CIExyY
[src]

Performs the conversion.