Enum nom_midi::EventType [] [src]

pub enum EventType {
    Midi(MidiEvent),
    SystemExclusive(SystemExclusiveEvent),
    EscapeSequence(EscapeSequence),
    Meta(MetaEvent),
}

The type of an event in a track chunk, along with event-specific data

Variants

Trait Implementations

impl Debug for EventType
[src]

Formats the value using the given formatter.

impl PartialEq for EventType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for EventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more