[][src]Struct prisma::ycbcr::YiqModel

pub struct YiqModel;

A model for the YIQ color space.

Trait Implementations

impl<T> Canonicalize<T> for YiqModel where
    T: PosNormalChannelScalar + NormalChannelScalar + NumCast,
    StandardShift<T>: YCbCrShift<T>, 
[src]

impl Clone for YiqModel[src]

impl Copy for YiqModel[src]

impl Debug for YiqModel[src]

impl PartialEq<YiqModel> for YiqModel[src]

impl StructuralPartialEq for YiqModel[src]

impl<T> UnitModel<T> for YiqModel where
    T: PosNormalChannelScalar + NormalChannelScalar,
    StandardShift<T>: YCbCrShift<T>, 
[src]

impl<T> YCbCrModel<T> for YiqModel where
    T: PosNormalChannelScalar + NormalChannelScalar,
    StandardShift<T>: YCbCrShift<T>, 
[src]

type Shift = StandardShift<T>

The shift type used by the YCbCrModel

impl YCbCrTransform for YiqModel[src]

Auto Trait Implementations

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.