Enum miniz_oxide::MZError [−][src]
#[repr(i32)]pub enum MZError { ErrNo, Stream, Data, Mem, Buf, Version, Param, }
A list of miniz failed status codes.
Variants
ErrNo
Stream
Data
Mem
Buf
Version
Param
Trait Implementations
impl Debug for MZError
[src]
impl Debug for MZError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for MZError
[src]
impl Copy for MZError
impl Clone for MZError
[src]
impl Clone for MZError
fn clone(&self) -> MZError
[src]
fn clone(&self) -> MZError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for MZError
[src]
impl PartialEq for MZError
fn eq(&self, other: &MZError) -> bool
[src]
fn eq(&self, other: &MZError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for MZError
[src]
impl Eq for MZError
impl Hash for MZError
[src]
impl Hash for MZError