Enum deflate::SpecialOptions [] [src]

pub enum SpecialOptions {
    Normal,
    _ForceFixed,
    _ForceStored,
}

Enum allowing some special options (not implemented yet)!

Variants

Compress normally.

Force fixed huffman tables. (Unimplemented!).

Force stored (uncompressed) blocks only. (Unimplemented!).

Trait Implementations

impl Copy for SpecialOptions
[src]

impl Clone for SpecialOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SpecialOptions
[src]

Formats the value using the given formatter.