Struct rmididings::proc::event::NoteOffEventImpl [−][src]
Fields
port: usize
channel: u8
note: u8
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NoteOffEventImpl
impl Send for NoteOffEventImpl
impl Sync for NoteOffEventImpl
impl Unpin for NoteOffEventImpl
impl UnwindSafe for NoteOffEventImpl
Blanket Implementations
Mutably borrows from an owned value. Read more