Struct rog_anime::Sequences[][src]

pub struct Sequences(_);
Expand description

An optimised precomputed set of actions that the user can cycle through

Implementations

Use a base AnimeAction to generate the precomputed data and insert in to the run buffer

Remove an item at this position from the run buffer. If the index supplied is not in range then None is returned, otherwise the ActionData at that location is yeeted and returned.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

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 none-equivalent value.

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.