Enum rustiff::BitsPerSampleError[][src]

pub enum BitsPerSampleError {
    InvalidValues {
        values: Vec<u16>,
    },
}

Variants

Fields of InvalidValues

Methods

impl BitsPerSampleError
[src]

Trait Implementations

impl From<BitsPerSampleError> for DecodeError
[src]

Performs the conversion.

impl Debug for BitsPerSampleError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations