Struct brotli::enc::command::BrotliDistanceParams
source · pub struct BrotliDistanceParams {
pub distance_postfix_bits: u32,
pub num_direct_distance_codes: u32,
pub alphabet_size: u32,
pub max_distance: usize,
}
Fields§
§distance_postfix_bits: u32
§num_direct_distance_codes: u32
§alphabet_size: u32
§max_distance: usize
Trait Implementations§
source§impl Clone for BrotliDistanceParams
impl Clone for BrotliDistanceParams
source§fn clone(&self) -> BrotliDistanceParams
fn clone(&self) -> BrotliDistanceParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BrotliDistanceParams
impl Debug for BrotliDistanceParams
impl Copy for BrotliDistanceParams
Auto Trait Implementations§
impl RefUnwindSafe for BrotliDistanceParams
impl Send for BrotliDistanceParams
impl Sync for BrotliDistanceParams
impl Unpin for BrotliDistanceParams
impl UnwindSafe for BrotliDistanceParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more