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

Methods

impl liq_error
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for liq_error
[src]

impl Error for liq_error
[src]

[src]

impl Clone for liq_error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for liq_error
[src]

impl PartialEq<liq_error> for liq_error
[src]

[src]

impl Debug for liq_error
[src]

[src]

Formats the value using the given formatter.

impl Display for liq_error
[src]

[src]