Enum oxipng::Deflaters[][src]

pub enum Deflaters {
    Zlib,
    Zopfli,
}

DEFLATE algorithms supported by oxipng

Variants

Use the Zlib/Miniz 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. Read more

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 !=.

Auto Trait Implementations

impl Send for Deflaters

impl Sync for Deflaters