pub enum MidiEventKind {
ChannelVoice,
System,
Meta,
Sysex,
Ump,
Unknown,
}Variants§
Implementations§
Source§impl MidiEventKind
impl MidiEventKind
Trait Implementations§
Source§impl Clone for MidiEventKind
impl Clone for MidiEventKind
Source§fn clone(&self) -> MidiEventKind
fn clone(&self) -> MidiEventKind
Returns a duplicate 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 moreSource§impl Debug for MidiEventKind
impl Debug for MidiEventKind
Source§impl Display for MidiEventKind
impl Display for MidiEventKind
Source§impl FromStr for MidiEventKind
impl FromStr for MidiEventKind
Source§impl Hash for MidiEventKind
impl Hash for MidiEventKind
Source§impl Ord for MidiEventKind
impl Ord for MidiEventKind
Source§fn cmp(&self, other: &MidiEventKind) -> Ordering
fn cmp(&self, other: &MidiEventKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MidiEventKind
impl PartialEq for MidiEventKind
Source§impl PartialOrd for MidiEventKind
impl PartialOrd for MidiEventKind
impl Copy for MidiEventKind
impl Eq for MidiEventKind
impl StructuralPartialEq for MidiEventKind
Auto Trait Implementations§
impl Freeze for MidiEventKind
impl RefUnwindSafe for MidiEventKind
impl Send for MidiEventKind
impl Sync for MidiEventKind
impl Unpin for MidiEventKind
impl UnsafeUnpin for MidiEventKind
impl UnwindSafe for MidiEventKind
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