Enum oxipng::deflate::Deflaters [] [src]

pub enum Deflaters {
    Zlib,
    Zopfli,
}

DEFLATE algorithms supported by oxipng

Variants

Use the Zlib DEFLATE implementation

Use the better but slower Zopfli implementation

Trait Implementations

impl Clone for Deflaters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Deflaters
[src]

impl Debug for Deflaters
[src]

Formats the value using the given formatter.

impl PartialEq for Deflaters
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.