#[repr(i32)]pub enum MZStatus {
Ok = 0,
StreamEnd = 1,
NeedDict = 2,
}
Expand description
A list of miniz successful status codes.
Variants§
Trait Implementations§
impl Copy for MZStatus
impl Eq for MZStatus
impl StructuralPartialEq for MZStatus
Auto Trait Implementations§
impl Freeze for MZStatus
impl RefUnwindSafe for MZStatus
impl Send for MZStatus
impl Sync for MZStatus
impl Unpin for MZStatus
impl UnwindSafe for MZStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)