#[repr(C)]pub struct clap_note_name {
pub name: [c_char; 256],
pub port: i16,
pub key: i16,
pub channel: i16,
}Fields
name: [c_char; 256]port: i16key: i16channel: i16Trait Implementations
sourceimpl Clone for clap_note_name
impl Clone for clap_note_name
sourcefn clone(&self) -> clap_note_name
fn clone(&self) -> clap_note_name
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_note_name
Auto Trait Implementations
impl RefUnwindSafe for clap_note_name
impl Send for clap_note_name
impl Sync for clap_note_name
impl Unpin for clap_note_name
impl UnwindSafe for clap_note_name
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