Enum rust_rocket::client::Event
[−]
[src]
pub enum Event {
SetRow(u32),
Pause(bool),
SaveTracks,
}The Event Type. These are the various events from the tracker.
Variants
SetRow(u32)The tracker changes row.
Pause(bool)The tracker pauses or unpauses.
SaveTracksThe tracker asks us to save our track data.
Trait Implementations
impl Debug for Event[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more