[][src]Struct lcms2_sys::ffi::CIELCh

#[repr(C)]pub struct CIELCh {
    pub L: f64,
    pub C: f64,
    pub h: f64,
}

Fields

L: f64C: f64h: f64

Trait Implementations

impl Clone for CIELCh[src]

impl Copy for CIELCh[src]

impl Debug for CIELCh[src]

impl Default for CIELCh[src]

impl From<CIELCh> for CIELab[src]

impl From<CIELab> for CIELCh[src]

impl PartialEq<CIELCh> for CIELCh[src]

impl StructuralPartialEq for CIELCh[src]

Auto Trait Implementations

impl RefUnwindSafe for CIELCh

impl Send for CIELCh

impl Sync for CIELCh

impl Unpin for CIELCh

impl UnwindSafe for CIELCh

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.