Struct nannou_timeline::Tracks[][src]

pub struct Tracks {
    pub pinned_tracks_height: Scalar,
    // some fields omitted
}
Expand description

The timeline context stage that follows PinnedTracks.

Allows for setting tracks upon a scrollable area underneath the pinned tracks.

Fields

pinned_tracks_height: Scalar

The height of all pinned tracks and their separators combined.

Implementations

Set the given widget as the next track.

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

To be called when all tracks have been instantiated.

Returns a context which can be used to set the Playhead and Scrollbar.

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.