pub struct HuffmanScratch {
pub table: HuffmanTable,
}
Fields§
§table: HuffmanTable
Implementations§
Source§impl HuffmanScratch
impl HuffmanScratch
pub fn new() -> HuffmanScratch
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HuffmanScratch
impl RefUnwindSafe for HuffmanScratch
impl Send for HuffmanScratch
impl Sync for HuffmanScratch
impl Unpin for HuffmanScratch
impl UnwindSafe for HuffmanScratch
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