Enum gif::Extension [] [src]

#[repr(u8)]
pub enum Extension { Text, Control, Comment, Application, }

Known GIF extensions

Variants

Text extension.

Control extension.

Comment extension.

Application extension.

Methods

impl Extension
[src]

Converts u8 to Option<Self>

Trait Implementations

impl Debug for Extension
[src]

Formats the value using the given formatter.

impl Copy for Extension
[src]

impl Clone for Extension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Extension
[src]

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

This method tests for !=.

impl Eq for Extension
[src]