#[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_version§id: *const c_char§name: *const c_char§vendor: *const c_char§url: *const c_char§manual_url: *const c_char§support_url: *const c_char§version: *const c_char§description: *const c_char§features: *const *const c_charTrait Implementations§
Source§impl Clone for clap_plugin_descriptor
impl Clone for clap_plugin_descriptor
Source§fn clone(&self) -> clap_plugin_descriptor
fn clone(&self) -> clap_plugin_descriptor
Returns a duplicate 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_descriptor
impl Debug for clap_plugin_descriptor
impl Copy for clap_plugin_descriptor
impl Send for clap_plugin_descriptor
impl Sync for clap_plugin_descriptor
Auto Trait Implementations§
impl Freeze for clap_plugin_descriptor
impl RefUnwindSafe for clap_plugin_descriptor
impl Unpin for clap_plugin_descriptor
impl UnwindSafe for clap_plugin_descriptor
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