#[repr(C)]pub struct clap_tuning_info {
pub tuning_id: clap_id,
pub name: [c_char; 256],
pub is_dynamic: bool,
}Fields
tuning_id: clap_idname: [c_char; 256]is_dynamic: boolTrait Implementations
sourceimpl Clone for clap_tuning_info
impl Clone for clap_tuning_info
sourcefn clone(&self) -> clap_tuning_info
fn clone(&self) -> clap_tuning_info
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
sourceimpl Debug for clap_tuning_info
impl Debug for clap_tuning_info
impl Copy for clap_tuning_info
impl Send for clap_tuning_info
impl Sync for clap_tuning_info
Auto Trait Implementations
impl RefUnwindSafe for clap_tuning_info
impl Unpin for clap_tuning_info
impl UnwindSafe for clap_tuning_info
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