pub enum SmfFormat {
SingleTrack,
Simultaneous,
Independent,
}Expand description
The SMF header format field: how the file’s tracks relate.
Variants§
SingleTrack
Format 0: a single multi-channel track.
Simultaneous
Format 1: several tracks played simultaneously.
Independent
Format 2: several independent single-track patterns.
Trait Implementations§
impl Copy for SmfFormat
impl Eq for SmfFormat
impl StructuralPartialEq for SmfFormat
Auto Trait Implementations§
impl Freeze for SmfFormat
impl RefUnwindSafe for SmfFormat
impl Send for SmfFormat
impl Sync for SmfFormat
impl Unpin for SmfFormat
impl UnsafeUnpin for SmfFormat
impl UnwindSafe for SmfFormat
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