#[repr(u16)]pub enum MidiFileFormat {
SingleTrack = 0,
SimultaniousTracks = 1,
IndependantTracks = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for MidiFileFormat
impl Clone for MidiFileFormat
Source§fn clone(&self) -> MidiFileFormat
fn clone(&self) -> MidiFileFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MidiFileFormat
impl Debug for MidiFileFormat
impl Copy for MidiFileFormat
Auto Trait Implementations§
impl Freeze for MidiFileFormat
impl RefUnwindSafe for MidiFileFormat
impl Send for MidiFileFormat
impl Sync for MidiFileFormat
impl Unpin for MidiFileFormat
impl UnwindSafe for MidiFileFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more