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
LIQ_OKLIQ_QUALITY_TOO_LOWLIQ_VALUE_OUT_OF_RANGELIQ_OUT_OF_MEMORYLIQ_NOT_READYLIQ_BITMAP_NOT_AVAILABLELIQ_BUFFER_TOO_SMALLLIQ_INVALID_POINTERTrait Implementations
impl Clone for liq_error[src]
fn clone(&self) -> liq_error
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more