Enum gif::Extension [−][src]
#[repr(u8)]pub enum Extension { Text, Control, Comment, Application, }
Known GIF extensions
Variants
TextText extension.
ControlControl extension.
CommentComment extension.
ApplicationApplication extension.
Methods
impl Extension[src]
impl ExtensionTrait Implementations
impl Debug for Extension[src]
impl Debug for Extensionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Extension[src]
impl Copy for Extensionimpl Clone for Extension[src]
impl Clone for Extensionfn clone(&self) -> Extension[src]
fn clone(&self) -> ExtensionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Extension[src]
impl PartialEq for Extensionfn eq(&self, other: &Extension) -> bool[src]
fn eq(&self, other: &Extension) -> 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 Eq for Extension[src]
impl Eq for Extension