Enum gif::ColorOutput
[-] [+]
[src]
pub enum ColorOutput { RGBA, Indexed, }
Output mode for the image data
pub enum ColorOutput { RGBA, Indexed, }
Output mode for the image data
impl<R: Read> Parameter<Decoder<R>> for ColorOutput
impl Debug for ColorOutput
impl PartialEq for ColorOutput
fn eq(&self, __arg_0: &ColorOutput) -> bool
fn ne(&self, __arg_0: &ColorOutput) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).