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 Clone for SpecialOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SpecialOptions
[src]

impl Debug for SpecialOptions
[src]

Formats the value using the given formatter.

impl Eq for SpecialOptions
[src]

impl PartialEq for SpecialOptions
[src]

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

This method tests for !=.

impl Hash for SpecialOptions
[src]

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

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

impl Default for SpecialOptions
[src]

Returns the "default value" for a type. Read more