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