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