Enum tiff::decoder::CompressionMethod[][src]

pub enum CompressionMethod {
    None,
    Huffman,
    Fax3,
    Fax4,
    LZW,
    JPEG,
    PackBits,
}

Variants

Trait Implementations

impl Clone for CompressionMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CompressionMethod
[src]

impl Debug for CompressionMethod
[src]

Formats the value using the given formatter. Read more

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

impl Hash for CompressionMethod
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for CompressionMethod

impl Sync for CompressionMethod