[][src]Struct brotli::enc::backward_references::BrotliHasherParams

pub struct BrotliHasherParams {
    pub type_: i32,
    pub bucket_bits: i32,
    pub block_bits: i32,
    pub hash_len: i32,
    pub num_last_distances_to_check: i32,
    pub literal_byte_score: i32,
}

Fields

type_: i32bucket_bits: i32block_bits: i32hash_len: i32num_last_distances_to_check: i32literal_byte_score: i32

Trait Implementations

impl Clone for BrotliHasherParams[src]

impl Copy for BrotliHasherParams[src]

impl Debug for BrotliHasherParams[src]

impl PartialEq<BrotliHasherParams> for BrotliHasherParams[src]

impl StructuralPartialEq for BrotliHasherParams[src]

Auto Trait Implementations

impl RefUnwindSafe for BrotliHasherParams

impl Send for BrotliHasherParams

impl Sync for BrotliHasherParams

impl Unpin for BrotliHasherParams

impl UnwindSafe for BrotliHasherParams

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.