Struct rimd::TrackEvent [] [src]

pub struct TrackEvent {
    pub vtime: u64,
    pub event: Event,
}

An event occuring in the track.

Fields

A delta offset, indicating how many ticks after the previous event this event occurs

The actual event

Methods

impl TrackEvent
[src]

Return the number of bytes this event uses in the track, including the space for the time offset.

Trait Implementations

impl Debug for TrackEvent
[src]

Formats the value using the given formatter.

impl Display for TrackEvent
[src]

Formats the value using the given formatter. Read more