Struct brotli_decompressor::bit_reader::BrotliBitReader
source · pub struct BrotliBitReader {
pub val_: u64,
pub bit_pos_: u32,
pub next_in: u32,
pub avail_in: u32,
}
Fields§
§val_: u64
§bit_pos_: u32
§next_in: u32
§avail_in: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BrotliBitReader
impl RefUnwindSafe for BrotliBitReader
impl Send for BrotliBitReader
impl Sync for BrotliBitReader
impl Unpin for BrotliBitReader
impl UnwindSafe for BrotliBitReader
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