Fields
huffman: H
lz77: E
buf: Vec<Symbol>
original_size: usize
Implementations
Trait Implementations
Auto Trait Implementations
impl<H, E> RefUnwindSafe for CompressBuf<H, E> where
E: RefUnwindSafe,
H: RefUnwindSafe,
impl<H, E> Send for CompressBuf<H, E> where
E: Send,
H: Send,
impl<H, E> Sync for CompressBuf<H, E> where
E: Sync,
H: Sync,
impl<H, E> Unpin for CompressBuf<H, E> where
E: Unpin,
H: Unpin,
impl<H, E> UnwindSafe for CompressBuf<H, E> where
E: UnwindSafe,
H: UnwindSafe,
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