Struct brotli::enc::brotli_bit_stream::PrefixCodeRange
source · [−]Fields
offset: u32
nbits: u32
Auto Trait Implementations
impl RefUnwindSafe for PrefixCodeRange
impl Send for PrefixCodeRange
impl Sync for PrefixCodeRange
impl Unpin for PrefixCodeRange
impl UnwindSafe for PrefixCodeRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more