Struct makepad_widgets::shader::std::MidiChannelAftertouch
pub struct MidiChannelAftertouch {
pub channel: u8,
pub value: u16,
}
Fields§
§channel: u8
§value: u16
Trait Implementations§
§impl Clone for MidiChannelAftertouch
impl Clone for MidiChannelAftertouch
§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 more§impl Debug for MidiChannelAftertouch
impl Debug for MidiChannelAftertouch
§impl Into<MidiData> for MidiChannelAftertouch
impl Into<MidiData> for MidiChannelAftertouch
impl Copy for MidiChannelAftertouch
Auto Trait Implementations§
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> 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