Enum rimd::SMFFormat [] [src]

pub enum SMFFormat {
    Single,
    MultiTrack,
    MultiSong,
}

Format of the SMF

Variants

Single

single track file format

MultiTrack

multiple track file format

MultiSong

multiple song file format (i.e., a series of single type files)

Trait Implementations

impl Display for SMFFormat

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

Derived Implementations

impl Copy for SMFFormat

impl Clone for SMFFormat

fn clone(&self) -> SMFFormat

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

impl Debug for SMFFormat

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