Enum dimage::png::Error [] [src]

pub enum Error {
    Adam7,
    BitDepth,
    Chunk,
    ChunkLen,
    ColorType,
    CompressionMethod,
    Crc,
    Critical,
    DuplicateIhdr,
    DuplicatePlte,
    DuplicateTrns,
    Eof,
    Extra,
    FilterMethod,
    FilterRowMethod,
    IendLen,
    IhdrLen,
    InterlaceMethod,
    MissingIdat,
    MissingIhdr,
    MissingPlte,
    Operation,
    PixelFormat,
    PlteIndex,
    PlteLen,
    RowLen,
    Signature,
    Size,
    Trns,
    TrnsLen,
    UnexpectedPlte,
    UnexpectedTrns,
    UnknownChunk,
}

PNG encode/decode error.

Variants

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Error
[src]

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more