Enum jpeg_decoder::UnsupportedFeature [] [src]

pub enum UnsupportedFeature {
    Hierarchical,
    Lossless,
    ArithmeticEntropyCoding,
    SamplePrecision(u8),
    ComponentCount(u8),
    DNL,
    SubsamplingRatio,
    NonIntegerSubsamplingRatio,
}

Variants

Trait Implementations

impl Debug for UnsupportedFeature
[src]

Formats the value using the given formatter.