Struct ws_tool::codec::ZLibDeCompressStream
source · 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 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