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]
impl PartialEq for Extensionsfn eq(&self, other: &Extensions) -> bool[src]
fn eq(&self, other: &Extensions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for Extensions[src]
impl Debug for Extensionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Parameter<StreamingDecoder> for Extensions[src]
impl Parameter<StreamingDecoder> for Extensionstype Result = ()
Result type of set_param.
fn set_param(self, this: &mut StreamingDecoder)[src]
fn set_param(self, this: &mut StreamingDecoder)Sets self as a parameter of Object.
Auto Trait Implementations
impl Send for Extensions
impl Send for Extensionsimpl Sync for Extensions
impl Sync for Extensions