Enum zstd_safe::DParameter
source · pub enum DParameter {
WindowLogMax(u32),
Format(FrameFormat),
StableOutBuffer(bool),
ForceIgnoreChecksum(bool),
RefMultipleDDicts(bool),
}
Expand description
A decompression parameter.
Variants§
WindowLogMax(u32)
Format(FrameFormat)
Available on crate feature
experimental
only.See FrameFormat
.
StableOutBuffer(bool)
Available on crate feature
experimental
only.ForceIgnoreChecksum(bool)
Available on crate feature
experimental
only.RefMultipleDDicts(bool)
Available on crate feature
experimental
only.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§
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