Enum deflate::SpecialOptions [−][src]
pub enum SpecialOptions { Normal, _ForceFixed, _ForceStored, }
Expand description
Enum allowing some special options (not implemented yet)!
Variants
Compress normally.
Force fixed huffman tables. (Unimplemented!).
Force stored (uncompressed) blocks only. (Unimplemented!).
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SpecialOptions
impl Send for SpecialOptions
impl Sync for SpecialOptions
impl Unpin for SpecialOptions
impl UnwindSafe for SpecialOptions
Blanket Implementations
Mutably borrows from an owned value. Read more