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

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

Fields

x: f64y: f64Y: f64

Methods

impl CIExyY[src]

pub fn d50() -> &'static CIExyY[src]

Trait Implementations

impl Clone for CIExyY[src]

impl Copy for CIExyY[src]

impl Debug for CIExyY[src]

impl Default for CIExyY[src]

impl From<CIEXYZ> for CIExyY[src]

impl From<CIExyY> for CIEXYZ[src]

impl PartialEq<CIExyY> for CIExyY[src]

impl StructuralPartialEq for CIExyY[src]

Auto Trait Implementations

impl RefUnwindSafe for CIExyY

impl Send for CIExyY

impl Sync for CIExyY

impl Unpin for CIExyY

impl UnwindSafe for CIExyY

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.