Enum gif::Repeat[][src]

pub enum Repeat {
    Finite(u16),
    Infinite,
}
Expand description

Number of repetitions

Variants

Finite(u16)

Finite number of repetitions

Infinite

Infinite number of repetitions

Trait Implementations

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.