Enum bmp::BmpErrorKind
[-] [+]
[src]
pub enum BmpErrorKind {
WrongMagicNumbers,
UnsupportedBitsPerPixel,
UnsupportedCompressionType,
UnsupportedBmpVersion,
Other,
BmpIoError(Error),
BmpByteorderError(Error),
}The different kinds of possible BMP errors.
Variants
WrongMagicNumbers | |
UnsupportedBitsPerPixel | |
UnsupportedCompressionType | |
UnsupportedBmpVersion | |
Other | |
BmpIoError | |
BmpByteorderError |