pub struct ZLibDeCompressStream { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl Drop for ZLibDeCompressStream
impl Drop for ZLibDeCompressStream
impl Send for ZLibDeCompressStream
impl Sync for ZLibDeCompressStream
Auto Trait Implementations§
impl Freeze for ZLibDeCompressStream
impl RefUnwindSafe for ZLibDeCompressStream
impl Unpin for ZLibDeCompressStream
impl UnwindSafe for ZLibDeCompressStream
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