Struct brotli::enc::brotli_bit_stream::PrefixCodeRange
source · pub struct PrefixCodeRange {
pub offset: u32,
pub nbits: u32,
}
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§
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