Struct clap_sys::events::clap_event_param_mod
source · #[repr(C)]pub struct clap_event_param_mod {
pub header: clap_event_header,
pub param_id: clap_id,
pub cookie: *mut c_void,
pub note_id: i32,
pub port_index: i16,
pub channel: i16,
pub key: i16,
pub amount: f64,
}Fields§
§header: clap_event_header§param_id: clap_id§note_id: i32§port_index: i16§channel: i16§key: i16§amount: f64Trait Implementations§
source§impl Clone for clap_event_param_mod
impl Clone for clap_event_param_mod
source§fn clone(&self) -> clap_event_param_mod
fn clone(&self) -> clap_event_param_mod
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 moresource§impl Debug for clap_event_param_mod
impl Debug for clap_event_param_mod
impl Copy for clap_event_param_mod
impl Send for clap_event_param_mod
impl Sync for clap_event_param_mod
Auto Trait Implementations§
impl RefUnwindSafe for clap_event_param_mod
impl Unpin for clap_event_param_mod
impl UnwindSafe for clap_event_param_mod
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