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

pub enum CodingProcess {
    DctSequential,
    DctProgressive,
    Lossless,
}

Coding process used in an image.

Variants

Sequential DCT (discrete cosine transform).

Progressive DCT.

Lossless coding.

Trait Implementations

impl Copy for CodingProcess
[src]

impl Clone for CodingProcess
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for CodingProcess
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for CodingProcess
[src]

[src]

Formats the value using the given formatter. Read more