#[repr(C)]pub struct clap_event_tuning {
pub header: clap_event_header,
pub port_index: i16,
pub channel: i16,
pub tunning_id: clap_id,
}Fields§
§header: clap_event_header§port_index: i16§channel: i16§tunning_id: clap_idTrait Implementations§
Source§impl Clone for clap_event_tuning
impl Clone for clap_event_tuning
Source§fn clone(&self) -> clap_event_tuning
fn clone(&self) -> clap_event_tuning
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_event_tuning
impl Debug for clap_event_tuning
impl Copy for clap_event_tuning
Auto Trait Implementations§
impl Freeze for clap_event_tuning
impl RefUnwindSafe for clap_event_tuning
impl Send for clap_event_tuning
impl Sync for clap_event_tuning
impl Unpin for clap_event_tuning
impl UnwindSafe for clap_event_tuning
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