#[repr(C)]pub struct ClapEventNote {
pub header: ClapEventHeader,
pub note_id: i32,
pub port_index: i16,
pub channel: i16,
pub key: i16,
pub velocity: f64,
}Fields§
§header: ClapEventHeader§note_id: i32§port_index: i16§channel: i16§key: i16§velocity: f64Trait Implementations§
Source§impl Clone for ClapEventNote
impl Clone for ClapEventNote
Source§fn clone(&self) -> ClapEventNote
fn clone(&self) -> ClapEventNote
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClapEventNote
Auto Trait Implementations§
impl Freeze for ClapEventNote
impl RefUnwindSafe for ClapEventNote
impl Send for ClapEventNote
impl Sync for ClapEventNote
impl Unpin for ClapEventNote
impl UnsafeUnpin for ClapEventNote
impl UnwindSafe for ClapEventNote
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