pub struct DParams(/* private fields */);Expand description
Decompression parameters for decoders.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DParams
impl RefUnwindSafe for DParams
impl !Send for DParams
impl !Sync for DParams
impl Unpin for DParams
impl UnwindSafe for DParams
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