Struct miniz_oxide::inflate::stream::MinReset
source · 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§
source§impl ResetPolicy for MinReset
impl ResetPolicy for MinReset
source§fn reset(&self, state: &mut InflateState)
fn reset(&self, state: &mut InflateState)
Performs reset
Auto Trait Implementations§
impl Freeze for MinReset
impl RefUnwindSafe for MinReset
impl Send for MinReset
impl Sync for MinReset
impl Unpin for MinReset
impl UnwindSafe for MinReset
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