pub struct DCtx<'a>(_, _);
Expand description
A Decompression Context.
The lifetime references the potential dictionary used for this context.
If no dictionary was used, it will most likely be 'static
.
Same as DStream
.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DCtx<'a>
impl<'a> !Sync for DCtx<'a>
impl<'a> Unpin for DCtx<'a>
impl<'a> UnwindSafe for DCtx<'a>
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