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 PartialEq for Extensions[src]
fn eq(&self, __arg_0: &Extensions) -> bool[src]
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[src]
This method tests for !=.
impl Debug for Extensions[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Parameter<StreamingDecoder> for Extensions[src]
type Result = ()
Result type of set_param.
fn set_param(self, this: &mut StreamingDecoder)[src]
Sets self as a parameter of Object.