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

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

Trait Implementations

impl Clone for BrotliHasherParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BrotliHasherParams
[src]

impl Debug for BrotliHasherParams
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations