Enum immeta::formats::gif::Block [] [src]

pub enum Block {
    ImageDescriptor(ImageDescriptor),
    GraphicControlExtension(GraphicControlExtension),
    PlainTextExtension(PlainTextExtension),
    ApplicationExtension(ApplicationExtension),
    CommentExtension(CommentExtension),
}

Represents various kinds of blocks which can be used in a GIF image.

Variants

An image descriptor (image contents for one frame).

Graphics control metadata block (e.g. frame delay or transparency).

Plain text block (textual data that can be displayed as an image).

Application information block (contains information about application which created the image).

Comment block (contains commentary data which is not displayed in the image).

Trait Implementations

impl Clone for Block
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Block
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Block
[src]

impl Debug for Block
[src]

[src]

Formats the value using the given formatter. Read more