#[repr(C)]pub struct ClapEventParamMod {
pub header: ClapEventHeader,
pub param_id: u32,
pub cookie: *mut c_void,
pub note_id: i32,
pub port_index: i16,
pub channel: i16,
pub key: i16,
pub amount: f64,
}Fields§
§header: ClapEventHeader§param_id: u32§note_id: i32§port_index: i16§channel: i16§key: i16§amount: f64Trait Implementations§
Source§impl Clone for ClapEventParamMod
impl Clone for ClapEventParamMod
Source§fn clone(&self) -> ClapEventParamMod
fn clone(&self) -> ClapEventParamMod
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 ClapEventParamMod
Auto Trait Implementations§
impl !Send for ClapEventParamMod
impl !Sync for ClapEventParamMod
impl Freeze for ClapEventParamMod
impl RefUnwindSafe for ClapEventParamMod
impl Unpin for ClapEventParamMod
impl UnsafeUnpin for ClapEventParamMod
impl UnwindSafe for ClapEventParamMod
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