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