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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ChunkPosition
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ChunkPosition
[src]