Enum lodepng::ChunkPosition[][src]

pub enum ChunkPosition {
    IHDR,
    PLTE,
    IDAT,
}

Position in the file section after…

Variants

Trait Implementations

impl Copy for ChunkPosition
[src]

impl Clone for ChunkPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ChunkPosition
[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 ChunkPosition
[src]

Auto Trait Implementations