Struct ruzstd::decoding::scratch::FSEScratch
source · pub struct FSEScratch {
pub offsets: FSETable,
pub of_rle: Option<u8>,
pub literal_lengths: FSETable,
pub ll_rle: Option<u8>,
pub match_lengths: FSETable,
pub ml_rle: Option<u8>,
}
Fields§
§offsets: FSETable
§of_rle: Option<u8>
§literal_lengths: FSETable
§ll_rle: Option<u8>
§match_lengths: FSETable
§ml_rle: Option<u8>
Implementations§
source§impl FSEScratch
impl FSEScratch
pub fn new() -> FSEScratch
pub fn reinit_from(&mut self, other: &Self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FSEScratch
impl RefUnwindSafe for FSEScratch
impl Send for FSEScratch
impl Sync for FSEScratch
impl Unpin for FSEScratch
impl UnwindSafe for FSEScratch
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