Enum deflate::SpecialOptions [−][src]
pub enum SpecialOptions {
Normal,
_ForceFixed,
_ForceStored,
}Enum allowing some special options (not implemented yet)!
Variants
NormalCompress normally.
_ForceFixedForce fixed huffman tables. (Unimplemented!).
_ForceStoredForce stored (uncompressed) blocks only. (Unimplemented!).
Trait Implementations
impl Clone for SpecialOptions[src]
impl Clone for SpecialOptionsfn clone(&self) -> SpecialOptions[src]
fn clone(&self) -> SpecialOptionsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SpecialOptions[src]
impl Copy for SpecialOptionsimpl Debug for SpecialOptions[src]
impl Debug for SpecialOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for SpecialOptions[src]
impl Eq for SpecialOptionsimpl PartialEq for SpecialOptions[src]
impl PartialEq for SpecialOptionsfn eq(&self, other: &SpecialOptions) -> bool[src]
fn eq(&self, other: &SpecialOptions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for SpecialOptions[src]
impl Hash for SpecialOptionsfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Default for SpecialOptions[src]
impl Default for SpecialOptionsfn default() -> SpecialOptions[src]
fn default() -> SpecialOptionsReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for SpecialOptions
impl Send for SpecialOptionsimpl Sync for SpecialOptions
impl Sync for SpecialOptions