Struct clap_sys::entry::clap_plugin_entry
source · [−]#[repr(C)]pub struct clap_plugin_entry {
pub clap_version: clap_version,
pub init: unsafe extern "C" fn(plugin_path: *const c_char) -> bool,
pub deinit: unsafe extern "C" fn(),
pub get_factory: unsafe extern "C" fn(factory_id: *const c_char) -> *const c_void,
}Fields
clap_version: clap_versioninit: unsafe extern "C" fn(plugin_path: *const c_char) -> booldeinit: unsafe extern "C" fn()get_factory: unsafe extern "C" fn(factory_id: *const c_char) -> *const c_voidTrait Implementations
sourceimpl Clone for clap_plugin_entry
impl Clone for clap_plugin_entry
sourcefn clone(&self) -> clap_plugin_entry
fn clone(&self) -> clap_plugin_entry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for clap_plugin_entry
Auto Trait Implementations
impl RefUnwindSafe for clap_plugin_entry
impl Send for clap_plugin_entry
impl Sync for clap_plugin_entry
impl Unpin for clap_plugin_entry
impl UnwindSafe for clap_plugin_entry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more