Enum gif::Block[][src]

#[repr(u8)]
pub enum Block { Image, Extension, Trailer, }

Known GIF block types

Variants

Image block.

Extension block.

Image trailer.

Methods

impl Block
[src]

Converts u8 to Option<Self>

Trait Implementations

impl Debug for Block
[src]

Formats the value using the given formatter. Read more

impl Copy for Block
[src]

impl Clone for Block
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Block
[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 Block
[src]

Auto Trait Implementations

impl Send for Block

impl Sync for Block