Struct clap_sys::events::clap_event_note
source · [−]#[repr(C)]pub struct clap_event_note {
pub header: clap_event_header,
pub note_id: i32,
pub port_index: i16,
pub channel: i16,
pub key: i16,
pub velocity: f64,
}Fields
header: clap_event_headernote_id: i32port_index: i16channel: i16key: i16velocity: f64Trait Implementations
sourceimpl Clone for clap_event_note
impl Clone for clap_event_note
sourcefn clone(&self) -> clap_event_note
fn clone(&self) -> clap_event_note
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for clap_event_note
Auto Trait Implementations
impl RefUnwindSafe for clap_event_note
impl Send for clap_event_note
impl Sync for clap_event_note
impl Unpin for clap_event_note
impl UnwindSafe for clap_event_note
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more