Struct brotli::enc::command::BrotliDistanceParams[][src]

pub struct BrotliDistanceParams {
    pub distance_postfix_bits: u32,
    pub num_direct_distance_codes: u32,
    pub alphabet_size: u32,
    pub max_distance: usize,
}

Fields

Trait Implementations

impl Copy for BrotliDistanceParams
[src]

impl Clone for BrotliDistanceParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BrotliDistanceParams
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations