Enum immeta::formats::png::CompressionMethod [] [src]

pub enum CompressionMethod {
    DeflateInflate,
}

Compression method used in an image.

PNG spec currently defines only one compression method:

At present, only compression method 0 (deflate/inflate compression with a sliding window of at most 32768 bytes) is defined.

Variants

Trait Implementations

impl Copy for CompressionMethod
[src]

impl Clone for CompressionMethod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for CompressionMethod
[src]

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

[src]

Formats the value using the given formatter. Read more

impl Display for CompressionMethod
[src]

[src]

Formats the value using the given formatter. Read more