Struct nannou_timeline::PinnedTracks[][src]

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

The first context stage returned by the Timeline.

Allows for setting pinned tracks which must be complete before setting non-pinned tracks.

Implementations

Set the given widget as the next pinned track.

Returns information about the Track as well as the widget’s Event.

Finalizes the PinnedTracksContext and returns a TracksContext that allows for setting regular, non-pinned tracks.

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

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.