Enum pwgraster::ErrorKind [] [src]

pub enum ErrorKind {
    UnterminatedString,
    InvalidUTF8,
    BadPwgRasterString,
    BadEnumValue(u32),
    NonZeroReserved,
    InvalidColor,
}

Variants

A reserved field contained a non-zero byte

The unused high byte was set in SrgbColor

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter.

impl PartialEq for ErrorKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ErrorKind
[src]