Enum gif::Extensions[][src]

pub enum Extensions {
    Save,
    Skip,
}

Configures how extensions should be handled

Variants

Saves all extention data

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

Trait Implementations

impl PartialEq for Extensions
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Extensions
[src]

Formats the value using the given formatter. Read more

impl Parameter<StreamingDecoder> for Extensions
[src]

Result type of set_param.

Sets self as a parameter of Object.

Auto Trait Implementations

impl Send for Extensions

impl Sync for Extensions