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