pub enum DParameter {
WindowLogMax(u32),
}
Expand description
A decompression parameter.
Variants
WindowLogMax(u32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more