Enum sixel_sys::EncodePolicy
[−]
[src]
#[repr(C)]pub enum EncodePolicy { Auto, Fast, Size, }
Policy used when encoding
Variants
AutoFastEncode as fast as posible
SizeEncode to the smallest sixel sequence as possible
Trait Implementations
impl Debug for EncodePolicy[src]
impl Copy for EncodePolicy[src]
impl Clone for EncodePolicy[src]
fn clone(&self) -> EncodePolicy
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
impl PartialEq for EncodePolicy[src]
fn eq(&self, __arg_0: &EncodePolicy) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.