Enum gif::Extension [−][src]
#[repr(u8)] pub enum Extension { Text, Control, Comment, Application, }
Expand description
Known GIF extensions
Variants
Text extension.
Control extension.
Comment extension.
Application extension.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Extension
impl UnwindSafe for Extension
Blanket Implementations
Mutably borrows from an owned value. Read more