pub struct ZeroReset;
Expand description
Resets state and zero memory, continuing to use the same data format.
Trait Implementations
sourceimpl ResetPolicy for ZeroReset
impl ResetPolicy for ZeroReset
sourcefn reset(&self, state: &mut InflateState)
fn reset(&self, state: &mut InflateState)
Performs reset
Auto Trait Implementations
impl RefUnwindSafe for ZeroReset
impl Send for ZeroReset
impl Sync for ZeroReset
impl Unpin for ZeroReset
impl UnwindSafe for ZeroReset
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