Enum imagequant_sys::liq_ownership
[−]
[src]
#[repr(C)]pub enum liq_ownership { LIQ_OWN_ROWS, LIQ_OWN_PIXELS, LIQ_COPY_PIXELS, }
Variants
LIQ_OWN_ROWSLIQ_OWN_PIXELSLIQ_COPY_PIXELS
Trait Implementations
impl Copy for liq_ownership[src]
impl Clone for liq_ownership[src]
fn clone(&self) -> liq_ownership[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more