pub struct MidiControlChange {
pub channel: u8,
pub param: u8,
pub value: u8,
}
Fields§
§channel: u8
§param: u8
§value: u8
Trait Implementations§
Source§impl Clone for MidiControlChange
impl Clone for MidiControlChange
Source§fn clone(&self) -> MidiControlChange
fn clone(&self) -> MidiControlChange
Returns a copy 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 MidiControlChange
impl Debug for MidiControlChange
Source§impl Into<MidiData> for MidiControlChange
impl Into<MidiData> for MidiControlChange
impl Copy for MidiControlChange
Auto Trait Implementations§
impl Freeze for MidiControlChange
impl RefUnwindSafe for MidiControlChange
impl Send for MidiControlChange
impl Sync for MidiControlChange
impl Unpin for MidiControlChange
impl UnwindSafe for MidiControlChange
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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