Struct nannou_timeline::Final[][src]

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

The final timeline context stage. Follows the Tracks stage.

Allows for setting the Playhead and Scrollbar for the timeline.

Implementations

Instantiate the Playhead widget, visible over all tracks that have been instantiated so far. To show the Playhead over all tracks, call this after all tracks have been set.

If the timeline is scrollable, this sets the scrollbar on top.

Returns the widget::Id of the scrollbar if it is currently scrollable.

Trait Implementations

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.