#[repr(i8)]pub enum TINFLStatus {
FailedCannotMakeProgress = 0,
BadParam = 1,
Adler32Mismatch = 2,
Failed = 3,
Done = 4,
NeedsMoreInput = 5,
HasMoreOutput = 6,
}
Variants§
FailedCannotMakeProgress = 0
BadParam = 1
Adler32Mismatch = 2
Failed = 3
Done = 4
NeedsMoreInput = 5
HasMoreOutput = 6
Trait Implementations§
Source§impl Clone for TINFLStatus
impl Clone for TINFLStatus
Source§fn clone(&self) -> TINFLStatus
fn clone(&self) -> TINFLStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TINFLStatus
impl Debug for TINFLStatus
Source§impl Hash for TINFLStatus
impl Hash for TINFLStatus
Source§impl PartialEq for TINFLStatus
impl PartialEq for TINFLStatus
impl Copy for TINFLStatus
impl Eq for TINFLStatus
impl StructuralPartialEq for TINFLStatus
Auto Trait Implementations§
impl Freeze for TINFLStatus
impl RefUnwindSafe for TINFLStatus
impl Send for TINFLStatus
impl Sync for TINFLStatus
impl Unpin for TINFLStatus
impl UnwindSafe for TINFLStatus
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
)