Struct clap_sys::ext::draft::param_indication::clap_plugin_param_indication
source · #[repr(C)]pub struct clap_plugin_param_indication {
pub set_mapping: Option<unsafe extern "C" fn(plugin: *const clap_plugin, param_id: clap_id, has_mapping: bool, color: *const clap_color, label: *const c_char, description: *const c_char)>,
pub set_automation: Option<unsafe extern "C" fn(plugin: *const clap_plugin, param_id: clap_id, automation_state: u32, color: *const clap_color)>,
}Fields§
§set_mapping: Option<unsafe extern "C" fn(plugin: *const clap_plugin, param_id: clap_id, has_mapping: bool, color: *const clap_color, label: *const c_char, description: *const c_char)>§set_automation: Option<unsafe extern "C" fn(plugin: *const clap_plugin, param_id: clap_id, automation_state: u32, color: *const clap_color)>Trait Implementations§
source§impl Clone for clap_plugin_param_indication
impl Clone for clap_plugin_param_indication
source§fn clone(&self) -> clap_plugin_param_indication
fn clone(&self) -> clap_plugin_param_indication
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_plugin_param_indication
impl Debug for clap_plugin_param_indication
impl Copy for clap_plugin_param_indication
Auto Trait Implementations§
impl RefUnwindSafe for clap_plugin_param_indication
impl Send for clap_plugin_param_indication
impl Sync for clap_plugin_param_indication
impl Unpin for clap_plugin_param_indication
impl UnwindSafe for clap_plugin_param_indication
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