Enum imagequant::ffi::liq_error [] [src]

pub enum liq_error {
    LIQ_OK,
    LIQ_QUALITY_TOO_LOW,
    LIQ_VALUE_OUT_OF_RANGE,
    LIQ_OUT_OF_MEMORY,
    LIQ_NOT_READY,
    LIQ_BITMAP_NOT_AVAILABLE,
    LIQ_BUFFER_TOO_SMALL,
    LIQ_INVALID_POINTER,
}

Variants

Trait Implementations

impl Copy 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

impl Debug for liq_error
[src]

Formats the value using the given formatter.