Enum rust_lzo::LZOError [] [src]

#[repr(i32)]
pub enum LZOError { OK, ERROR, OUT_OF_MEMORY, NOT_COMPRESSIBLE, INPUT_OVERRUN, OUTPUT_OVERRUN, LOOKBEHIND_OVERRUN, EOF_NOT_FOUND, INPUT_NOT_CONSUMED, NOT_YET_IMPLEMENTED, INVALID_ARGUMENT, }

Variants

Trait Implementations

impl PartialEq for LZOError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.