pub struct MIDIPortEvent {
pub channel: u8,
}
Fields§
§channel: u8
Implementations§
Source§impl MIDIPortEvent
impl MIDIPortEvent
Source§impl MIDIPortEvent
impl MIDIPortEvent
Trait Implementations§
Source§impl ChannelEvent for MIDIPortEvent
impl ChannelEvent for MIDIPortEvent
Source§impl Clone for MIDIPortEvent
impl Clone for MIDIPortEvent
Source§fn clone(&self) -> MIDIPortEvent
fn clone(&self) -> MIDIPortEvent
Returns a duplicate 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 MIDIPortEvent
impl Debug for MIDIPortEvent
Source§impl MIDIEvent for MIDIPortEvent
impl MIDIEvent for MIDIPortEvent
Source§impl PartialEq for MIDIPortEvent
impl PartialEq for MIDIPortEvent
Source§impl SerializeEvent for MIDIPortEvent
impl SerializeEvent for MIDIPortEvent
fn serialize_event<T: Write>( &self, buf: &mut T, ) -> Result<usize, MIDIWriteError>
impl StructuralPartialEq for MIDIPortEvent
Auto Trait Implementations§
impl Freeze for MIDIPortEvent
impl RefUnwindSafe for MIDIPortEvent
impl Send for MIDIPortEvent
impl Sync for MIDIPortEvent
impl Unpin for MIDIPortEvent
impl UnwindSafe for MIDIPortEvent
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