Enum rimd::MetaCommand [] [src]

pub enum MetaCommand {
    SequenceNumber,
    TextEvent,
    CopyrightNotice,
    SequenceOrTrackName,
    InstrumentName,
    LyricText,
    MarkerText,
    CuePoint,
    MIDIChannelPrefixAssignment,
    MIDIPortPrefixAssignment,
    EndOfTrack,
    TempoSetting,
    SMPTEOffset,
    TimeSignature,
    KeySignature,
    SequencerSpecificEvent,
    Unknown,
}

Variants

SequenceNumber
TextEvent
CopyrightNotice
SequenceOrTrackName
InstrumentName
LyricText
MarkerText
CuePoint
MIDIChannelPrefixAssignment
MIDIPortPrefixAssignment
EndOfTrack
TempoSetting
SMPTEOffset
TimeSignature
KeySignature
SequencerSpecificEvent
Unknown

Trait Implementations

impl FromPrimitive for MetaCommand

fn from_i64(n: i64) -> Option<Self>

fn from_u64(n: u64) -> Option<Self>

fn from_isize(n: isize) -> Option<Self>

fn from_i8(n: i8) -> Option<Self>

fn from_i16(n: i16) -> Option<Self>

fn from_i32(n: i32) -> Option<Self>

fn from_usize(n: usize) -> Option<Self>

fn from_u8(n: u8) -> Option<Self>

fn from_u16(n: u16) -> Option<Self>

fn from_u32(n: u32) -> Option<Self>

fn from_f32(n: f32) -> Option<Self>

fn from_f64(n: f64) -> Option<Self>

Derived Implementations

impl Ord for MetaCommand

fn cmp(&self, __arg_0: &MetaCommand) -> Ordering

impl PartialOrd for MetaCommand

fn partial_cmp(&self, __arg_0: &MetaCommand) -> Option<Ordering>

fn lt(&self, __arg_0: &MetaCommand) -> bool

fn le(&self, __arg_0: &MetaCommand) -> bool

fn gt(&self, __arg_0: &MetaCommand) -> bool

fn ge(&self, __arg_0: &MetaCommand) -> bool

impl Eq for MetaCommand

impl PartialEq for MetaCommand

fn eq(&self, __arg_0: &MetaCommand) -> bool

fn ne(&self, __arg_0: &MetaCommand) -> bool

impl Debug for MetaCommand

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for MetaCommand

impl Clone for MetaCommand

fn clone(&self) -> MetaCommand

fn clone_from(&mut self, source: &Self)