Enum lzf::LzfError [] [src]

pub enum LzfError {
    BufferTooSmall,
    DataCorrupted,
    NoCompressionPossible,
    UnknownError(i32),
}

Variants

BufferTooSmall
DataCorrupted
NoCompressionPossible
UnknownError

Trait Implementations

impl Display for LzfError

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Copy for LzfError

impl Debug for LzfError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for LzfError

fn clone(&self) -> LzfError

fn clone_from(&mut self, source: &Self)

impl Eq for LzfError

impl PartialEq for LzfError

fn eq(&self, __arg_0: &LzfError) -> bool

fn ne(&self, __arg_0: &LzfError) -> bool