Struct brotli_decompressor::prefix::PrefixCodeRange
source · pub struct PrefixCodeRange {
pub offset: u16,
pub nbits: u8,
}
Fields§
§offset: u16
§nbits: u8
Auto Trait Implementations§
impl Freeze for PrefixCodeRange
impl RefUnwindSafe for PrefixCodeRange
impl Send for PrefixCodeRange
impl Sync for PrefixCodeRange
impl Unpin for PrefixCodeRange
impl UnwindSafe for PrefixCodeRange
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