#[repr(C)]pub struct clap_universal_plugin_id {
pub abi: *const c_char,
pub id: *const c_char,
}Fields§
§abi: *const c_char§id: *const c_charTrait Implementations§
Source§impl Clone for clap_universal_plugin_id
impl Clone for clap_universal_plugin_id
Source§fn clone(&self) -> clap_universal_plugin_id
fn clone(&self) -> clap_universal_plugin_id
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_universal_plugin_id
impl Debug for clap_universal_plugin_id
impl Copy for clap_universal_plugin_id
impl Send for clap_universal_plugin_id
impl Sync for clap_universal_plugin_id
Auto Trait Implementations§
impl Freeze for clap_universal_plugin_id
impl RefUnwindSafe for clap_universal_plugin_id
impl Unpin for clap_universal_plugin_id
impl UnwindSafe for clap_universal_plugin_id
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