Struct gif::StreamingDecoder[][src]

pub struct StreamingDecoder { /* fields omitted */ }
Expand description

GIF decoder which supports streaming

Implementations

Creates a new streaming decoder

Updates the internal state of the decoder.

Returns the number of bytes consumed from the input buffer and the last decoding result.

Returns the data of the last extension that has been decoded.

Current frame info as a mutable ref.

Current frame info as a ref.

Width of the image

Height of the image

Trait Implementations

Formats the value using the given formatter. Read more

Result type of set_param.

Sets self as a parameter of Object.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.