[][src]Module libosu::timing

Timing and timing points.

Structs

Duration

A struct representing a location in time as seconds (f64)

InheritedTimingInfo

Info for inherited timing point

TimestampMillis

A struct representing a location in time as milliseconds (i32)

TimestampSec

A struct representing a location in time as seconds (f64)

TimingPoint

A timing point, which represents configuration settings for a timing section.

UninheritedTimingInfo

Info for uninherited timing point

Enums

TimingPointKind

An enum distinguishing between inherited and uninherited timing points.