Struct miniz_oxide::inflate::core::DecompressorOxide
source · [−]pub struct DecompressorOxide { /* private fields */ }
Expand description
Main decompression struct.
Implementations
Trait Implementations
sourceimpl Default for DecompressorOxide
impl Default for DecompressorOxide
Auto Trait Implementations
impl RefUnwindSafe for DecompressorOxide
impl Send for DecompressorOxide
impl Sync for DecompressorOxide
impl Unpin for DecompressorOxide
impl UnwindSafe for DecompressorOxide
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