Enum imagequant::liq_error [] [src]

#[repr(C)]
pub enum liq_error { LIQ_OK, LIQ_QUALITY_TOO_LOW, LIQ_VALUE_OUT_OF_RANGE, LIQ_OUT_OF_MEMORY, LIQ_ABORTED, LIQ_BITMAP_NOT_AVAILABLE, LIQ_BUFFER_TOO_SMALL, LIQ_INVALID_POINTER, LIQ_UNSUPPORTED, }

Variants

Trait Implementations

impl Display for liq_error
[src]

impl Copy for liq_error
[src]

impl Error for liq_error
[src]

impl Eq for liq_error
[src]

impl PartialEq<liq_error> for liq_error
[src]

impl Debug for liq_error
[src]

impl Clone for liq_error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more