Struct makepad_widgets::shader::std::MidiAftertouch
pub struct MidiAftertouch {
pub channel: u8,
pub note_number: u8,
pub velocity: u8,
}
Fields§
§channel: u8
§note_number: u8
§velocity: u8
Trait Implementations§
§impl Clone for MidiAftertouch
impl Clone for MidiAftertouch
§fn clone(&self) -> MidiAftertouch
fn clone(&self) -> MidiAftertouch
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 more§impl Debug for MidiAftertouch
impl Debug for MidiAftertouch
§impl Into<MidiData> for MidiAftertouch
impl Into<MidiData> for MidiAftertouch
impl Copy for MidiAftertouch
Auto Trait Implementations§
impl RefUnwindSafe for MidiAftertouch
impl Send for MidiAftertouch
impl Sync for MidiAftertouch
impl Unpin for MidiAftertouch
impl UnwindSafe for MidiAftertouch
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