Enum sixel_sys::DecoderOptflag
[−]
[src]
#[repr(u8)]pub enum DecoderOptflag { Input, Output, }
Flags used in the easy decoder API.
Variants
InputSpecify input file name
OutputSpecify output file name
Trait Implementations
impl Debug for DecoderOptflag[src]
impl Copy for DecoderOptflag[src]
impl Clone for DecoderOptflag[src]
fn clone(&self) -> DecoderOptflag
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 DecoderOptflag[src]
fn eq(&self, __arg_0: &DecoderOptflag) -> 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 !=.