Enum rimd::SMFFormat [] [src]

pub enum SMFFormat {
    Single,
    MultiTrack,
    MultiSong,
}

Format of the SMF

Variants

single track file format

multiple track file format

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

Trait Implementations

impl Debug for SMFFormat
[src]

Formats the value using the given formatter.

impl Clone for SMFFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SMFFormat
[src]

impl Display for SMFFormat
[src]

Formats the value using the given formatter. Read more