Enum microbmp::CompressionMethod [] [src]

pub enum CompressionMethod {
    None,
    Rle8Bit,
    Rle4Bit,
    Huffman1D,
    Jpeg,
    Png,
    Other(u32),
}

Variants

Trait Implementations

impl Debug for CompressionMethod
[src]

Formats the value using the given formatter.

impl Clone for CompressionMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more