pub enum MidiChannel {
Jack(u8),
Usb(u8),
}Variants§
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 · 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 From<u16> for MidiChannel
impl From<u16> for MidiChannel
Source§impl PartialEq for MidiChannel
impl PartialEq for MidiChannel
impl Copy 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 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