Enum midi_m8_core::midi_file::MidiFileFormat
source · #[repr(u16)]
pub enum MidiFileFormat {
SingleTrack,
SimultaniousTracks,
IndependantTracks,
}Variants§
Trait Implementations§
source§impl Clone for MidiFileFormat
impl Clone for MidiFileFormat
source§fn clone(&self) -> MidiFileFormat
fn clone(&self) -> MidiFileFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more