pub struct BrotliBitReaderState {
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 BrotliBitReaderState
impl RefUnwindSafe for BrotliBitReaderState
impl Send for BrotliBitReaderState
impl Sync for BrotliBitReaderState
impl Unpin for BrotliBitReaderState
impl UnwindSafe for BrotliBitReaderState
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