Struct brotli_decompressor::prefix::CmdLutElement
source · pub struct CmdLutElement {
pub insert_len_extra_bits: u8,
pub copy_len_extra_bits: u8,
pub distance_code: i8,
pub context: u8,
pub insert_len_offset: u16,
pub copy_len_offset: u16,
}
Fields§
§insert_len_extra_bits: u8
§copy_len_extra_bits: u8
§distance_code: i8
§context: u8
§insert_len_offset: u16
§copy_len_offset: u16
Trait Implementations§
source§impl Clone for CmdLutElement
impl Clone for CmdLutElement
source§fn clone(&self) -> CmdLutElement
fn clone(&self) -> CmdLutElement
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 CmdLutElement
impl Debug for CmdLutElement
impl Copy for CmdLutElement
Auto Trait Implementations§
impl Freeze for CmdLutElement
impl RefUnwindSafe for CmdLutElement
impl Send for CmdLutElement
impl Sync for CmdLutElement
impl Unpin for CmdLutElement
impl UnwindSafe for CmdLutElement
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