pub enum MidiPropertyKind {
PerNoteExpression,
PropertyExchange,
ProfileConfiguration,
EndpointInfo,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MidiPropertyKind
impl Clone for MidiPropertyKind
Source§fn clone(&self) -> MidiPropertyKind
fn clone(&self) -> MidiPropertyKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MidiPropertyKind
impl Debug for MidiPropertyKind
Source§impl Display for MidiPropertyKind
impl Display for MidiPropertyKind
Source§impl FromStr for MidiPropertyKind
impl FromStr for MidiPropertyKind
Source§impl Hash for MidiPropertyKind
impl Hash for MidiPropertyKind
Source§impl Ord for MidiPropertyKind
impl Ord for MidiPropertyKind
Source§fn cmp(&self, other: &MidiPropertyKind) -> Ordering
fn cmp(&self, other: &MidiPropertyKind) -> Ordering
1.21.0 (const: unstable) · 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 MidiPropertyKind
impl PartialEq for MidiPropertyKind
Source§fn eq(&self, other: &MidiPropertyKind) -> bool
fn eq(&self, other: &MidiPropertyKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MidiPropertyKind
impl PartialOrd for MidiPropertyKind
impl Copy for MidiPropertyKind
impl Eq for MidiPropertyKind
impl StructuralPartialEq for MidiPropertyKind
Auto Trait Implementations§
impl Freeze for MidiPropertyKind
impl RefUnwindSafe for MidiPropertyKind
impl Send for MidiPropertyKind
impl Sync for MidiPropertyKind
impl Unpin for MidiPropertyKind
impl UnsafeUnpin for MidiPropertyKind
impl UnwindSafe for MidiPropertyKind
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