Enum zstd_safe::DParameter
source · [−]pub enum DParameter {
WindowLogMax(u32),
Format(FrameFormat),
}
Expand description
A decompression parameter.
Variants
WindowLogMax(u32)
Format(FrameFormat)
See FrameFormat
.
Auto Trait Implementations
impl RefUnwindSafe for DParameter
impl Send for DParameter
impl Sync for DParameter
impl Unpin for DParameter
impl UnwindSafe for DParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more