pub struct MidiSystem {
pub channel: u8,
pub hi: u8,
pub lo: u8,
}Fields§
§channel: u8§hi: u8§lo: u8Trait Implementations§
Source§impl Clone for MidiSystem
impl Clone for MidiSystem
Source§fn clone(&self) -> MidiSystem
fn clone(&self) -> MidiSystem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MidiSystem
Source§impl Debug for MidiSystem
impl Debug 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 UnsafeUnpin 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