#[repr(C)]pub struct NoteOffEvent {
pub channel: int16,
pub pitch: int16,
pub velocity: f32,
pub noteId: int32,
pub tuning: f32,
}Fields§
§channel: int16§pitch: int16§velocity: f32§noteId: int32§tuning: f32Trait Implementations§
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 moreimpl Copy for NoteOffEvent
impl Send for NoteOffEvent
impl Sync for NoteOffEvent
Auto Trait Implementations§
impl Freeze for NoteOffEvent
impl RefUnwindSafe 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