Enum immeta::formats::jpeg::EntropyCoding [] [src]

pub enum EntropyCoding {
    Huffman,
    Arithmetic,
}

Entropy coding method used in an image.

Variants

Huffman coding.

Arithmetic coding.

Trait Implementations

impl Copy for EntropyCoding
[src]

impl Clone for EntropyCoding
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for EntropyCoding
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for EntropyCoding
[src]

[src]

Formats the value using the given formatter. Read more