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