Enum imagequant::ffi::liq_ownership [] [src]

pub enum liq_ownership {
    LIQ_OWN_ROWS,
    LIQ_OWN_PIXELS,
    LIQ_OWN_QUALITY_MAP,
}

Variants

Trait Implementations

impl Copy for liq_ownership
[src]

impl Clone for liq_ownership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more