Struct clap_sys::plugin::clap_plugin_descriptor
source · [−]#[repr(C)]pub struct clap_plugin_descriptor {
pub clap_version: clap_version,
pub id: *const c_char,
pub name: *const c_char,
pub vendor: *const c_char,
pub url: *const c_char,
pub manual_url: *const c_char,
pub support_url: *const c_char,
pub version: *const c_char,
pub description: *const c_char,
pub features: *const *const c_char,
}Fields
clap_version: clap_versionid: *const c_charname: *const c_charvendor: *const c_charurl: *const c_charmanual_url: *const c_charsupport_url: *const c_charversion: *const c_chardescription: *const c_charfeatures: *const *const c_charTrait Implementations
sourceimpl Clone for clap_plugin_descriptor
impl Clone for clap_plugin_descriptor
sourcefn clone(&self) -> clap_plugin_descriptor
fn clone(&self) -> clap_plugin_descriptor
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_descriptor
impl Send for clap_plugin_descriptor
impl Sync for clap_plugin_descriptor
Auto Trait Implementations
impl RefUnwindSafe for clap_plugin_descriptor
impl Unpin for clap_plugin_descriptor
impl UnwindSafe for clap_plugin_descriptor
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