pub struct MidiSystem {
pub channel: u8,
pub hi: u8,
pub lo: u8,
}
Fields§
§channel: u8
§hi: u8
§lo: u8
Trait Implementations§
Source§impl Clone for MidiSystem
impl Clone for MidiSystem
Source§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 moreSource§impl Debug for MidiSystem
impl Debug for MidiSystem
Source§impl Into<MidiData> for MidiSystem
impl Into<MidiData> for MidiSystem
impl Copy for MidiSystem
Auto Trait Implementations§
impl Freeze for MidiSystem
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> 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