Enum bmp_encoder::BmpErrorKind [] [src]

pub enum BmpErrorKind {
    WrongMagicNumbers,
    UnsupportedBitsPerPixel,
    UnsupportedCompressionType,
    UnsupportedBmpVersion,
    Other,
    BmpIoError(Error),
    BmpByteorderError(Error),
}

The different kinds of possible BMP errors.

Variants

Trait Implementations

impl Debug for BmpErrorKind
[src]

Formats the value using the given formatter.