Enum jpeg_decoder::UnsupportedFeature [] [src]

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

Variants

HierarchicalLosslessArithmeticEntropyCodingSamplePrecision(u8)ComponentCount(u8)DNLSubsamplingRatio

Trait Implementations

impl Debug for UnsupportedFeature
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.