[][src]Trait prisma::ycbcr::UnitModel

pub trait UnitModel<T>: YCbCrModel<T> {
    fn unit_value() -> Self;
}

A YCbCrModel that stores no data and thus can be used without an object.

Required methods

fn unit_value() -> Self

Get the only valid object of the type.

Loading content...

Implementors

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

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

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

Loading content...