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