Enum gif::Extensions
[−]
[src]
pub enum Extensions {
Save,
Skip,
}Configures how extensions should be handled
Variants
SaveSaves all extention data
SkipSkips the data of unknown extensions and extracts the data from known ones
Trait Implementations
impl Debug for Extensions[src]
impl PartialEq for Extensions[src]
fn eq(&self, __arg_0: &Extensions) -> 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 !=.
impl Parameter<StreamingDecoder> for Extensions[src]
type Result = ()
Result type of set_param.
fn set_param(self, this: &mut StreamingDecoder)
Sets self as a parameter of Object.