pub struct HuffmanEncodeTable { /* private fields */ }Expand description
Huffman encode table: maps symbol → (code_bits, code_length).
Implementations§
Auto Trait Implementations§
impl Freeze for HuffmanEncodeTable
impl RefUnwindSafe for HuffmanEncodeTable
impl Send for HuffmanEncodeTable
impl Sync for HuffmanEncodeTable
impl Unpin for HuffmanEncodeTable
impl UnsafeUnpin for HuffmanEncodeTable
impl UnwindSafe for HuffmanEncodeTable
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