Enum imagequant_sys::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 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.

impl Eq for liq_error
[src]

impl PartialEq for liq_error
[src]

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

This method tests for !=.

impl Error for liq_error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for liq_error
[src]

Formats the value using the given formatter. Read more