pub enum MidiProfileKind {
DefaultControlChange,
Mpe,
DrawbarOrgan,
OrchestralArticulation,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MidiProfileKind
impl Clone for MidiProfileKind
Source§fn clone(&self) -> MidiProfileKind
fn clone(&self) -> MidiProfileKind
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 MidiProfileKind
impl Debug for MidiProfileKind
Source§impl Display for MidiProfileKind
impl Display for MidiProfileKind
Source§impl FromStr for MidiProfileKind
impl FromStr for MidiProfileKind
Source§impl Hash for MidiProfileKind
impl Hash for MidiProfileKind
Source§impl Ord for MidiProfileKind
impl Ord for MidiProfileKind
Source§fn cmp(&self, other: &MidiProfileKind) -> Ordering
fn cmp(&self, other: &MidiProfileKind) -> 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 MidiProfileKind
impl PartialEq for MidiProfileKind
Source§impl PartialOrd for MidiProfileKind
impl PartialOrd for MidiProfileKind
impl Copy for MidiProfileKind
impl Eq for MidiProfileKind
impl StructuralPartialEq for MidiProfileKind
Auto Trait Implementations§
impl Freeze for MidiProfileKind
impl RefUnwindSafe for MidiProfileKind
impl Send for MidiProfileKind
impl Sync for MidiProfileKind
impl Unpin for MidiProfileKind
impl UnsafeUnpin for MidiProfileKind
impl UnwindSafe for MidiProfileKind
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