pub struct MinReset;
Expand description
Resets state, without performing expensive ops (e.g. zeroing buffer)
Note that not zeroing buffer can lead to security issues when dealing with untrusted input.
Trait Implementations
sourceimpl ResetPolicy for MinReset
impl ResetPolicy for MinReset
sourcefn reset(&self, state: &mut InflateState)
fn reset(&self, state: &mut InflateState)
Performs reset
Auto Trait Implementations
impl RefUnwindSafe for MinReset
impl Send for MinReset
impl Sync for MinReset
impl Unpin for MinReset
impl UnwindSafe for MinReset
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