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
Midi(MidiEvent)
SystemExclusive(SystemExclusiveEvent)
EscapeSequence(EscapeSequence)
Meta(MetaEvent)
Trait Implementations
impl Debug for EventType
[src]
impl PartialEq for EventType
[src]
fn eq(&self, __arg_0: &EventType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &EventType) -> bool
This method tests for !=
.
impl Clone for EventType
[src]
fn clone(&self) -> EventType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more