Enum gif::Extensions [] [src]

pub enum Extensions {
    Save,
    Skip,
}

Configures how extensions should be handled

Variants

Save

Saves all extention data

Skip

Skips the data of unknown extensions and extracts the data from known ones

Trait Implementations

impl Debug for Extensions
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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) -> bool
1.0.0

This method tests for !=.

impl Parameter<StreamingDecoder> for Extensions
[src]

fn set_param(self, this: &mut StreamingDecoder)

Sets self as a parameter of Object.