Struct ruzstd::decoding::scratch::HuffmanScratch
source · 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 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