pub struct MidiControllerNumber(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for MidiControllerNumber
impl Clone for MidiControllerNumber
Source§fn clone(&self) -> MidiControllerNumber
fn clone(&self) -> MidiControllerNumber
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 MidiControllerNumber
impl Debug for MidiControllerNumber
Source§impl Display for MidiControllerNumber
impl Display for MidiControllerNumber
Source§impl FromStr for MidiControllerNumber
impl FromStr for MidiControllerNumber
Source§impl Hash for MidiControllerNumber
impl Hash for MidiControllerNumber
Source§impl Ord for MidiControllerNumber
impl Ord for MidiControllerNumber
Source§fn cmp(&self, other: &MidiControllerNumber) -> Ordering
fn cmp(&self, other: &MidiControllerNumber) -> 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 MidiControllerNumber
impl PartialEq for MidiControllerNumber
Source§fn eq(&self, other: &MidiControllerNumber) -> bool
fn eq(&self, other: &MidiControllerNumber) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MidiControllerNumber
impl PartialOrd for MidiControllerNumber
Source§impl TryFrom<u8> for MidiControllerNumber
impl TryFrom<u8> for MidiControllerNumber
impl Copy for MidiControllerNumber
impl Eq for MidiControllerNumber
impl StructuralPartialEq for MidiControllerNumber
Auto Trait Implementations§
impl Freeze for MidiControllerNumber
impl RefUnwindSafe for MidiControllerNumber
impl Send for MidiControllerNumber
impl Sync for MidiControllerNumber
impl Unpin for MidiControllerNumber
impl UnsafeUnpin for MidiControllerNumber
impl UnwindSafe for MidiControllerNumber
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