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