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 ColorOutputimpl Debug for ColorOutputimpl PartialEq for ColorOutputfn eq(&self, __arg_0: &ColorOutput) -> boolfn 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).