Struct vst3::Steinberg::Vst::NoteOnEvent
source · #[repr(C)]pub struct NoteOnEvent {
pub channel: int16,
pub pitch: int16,
pub tuning: f32,
pub velocity: f32,
pub length: int32,
pub noteId: int32,
}
Fields§
§channel: int16
§pitch: int16
§tuning: f32
§velocity: f32
§length: int32
§noteId: int32
Trait Implementations§
source§impl Clone for NoteOnEvent
impl Clone for NoteOnEvent
source§fn clone(&self) -> NoteOnEvent
fn clone(&self) -> NoteOnEvent
Returns a copy 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 NoteOnEvent
impl Send for NoteOnEvent
impl Sync for NoteOnEvent
Auto Trait Implementations§
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