Struct libflate::huffman::DecoderBuilder
source · [−]pub struct DecoderBuilder {
table: Vec<u16>,
eob_symbol: Option<u16>,
eob_bitwidth: u8,
max_bitwidth: u8,
}
Fields
table: Vec<u16>
eob_symbol: Option<u16>
eob_bitwidth: u8
max_bitwidth: u8
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DecoderBuilder
impl Send for DecoderBuilder
impl Sync for DecoderBuilder
impl Unpin for DecoderBuilder
impl UnwindSafe for DecoderBuilder
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