#[repr(C)]pub struct clap_plugin_descriptor {
pub clap_version: clap_version,
pub id: *const i8,
pub name: *const i8,
pub vendor: *const i8,
pub url: *const i8,
pub manual_url: *const i8,
pub support_url: *const i8,
pub version: *const i8,
pub description: *const i8,
pub features: *const *const i8,
}Fields§
§clap_version: clap_version§id: *const i8§name: *const i8§vendor: *const i8§url: *const i8§manual_url: *const i8§support_url: *const i8§version: *const i8§description: *const i8§features: *const *const i8Trait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for clap_plugin_descriptor
Source§impl Debug for clap_plugin_descriptor
impl Debug 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 UnsafeUnpin 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