Enum imagequant_sys::liq_ownership [] [src]

#[repr(C)]
pub enum liq_ownership { LIQ_OWN_ROWS, LIQ_OWN_PIXELS, LIQ_COPY_PIXELS, }

Variants

Trait Implementations

impl Copy for liq_ownership
[src]

impl Clone for liq_ownership
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more