#[repr(C)]pub struct ClapEventParamGesture {
pub header: ClapEventHeader,
pub param_id: u32,
}Fields§
§header: ClapEventHeader§param_id: u32Trait Implementations§
Source§impl Clone for ClapEventParamGesture
impl Clone for ClapEventParamGesture
Source§fn clone(&self) -> ClapEventParamGesture
fn clone(&self) -> ClapEventParamGesture
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 ClapEventParamGesture
Auto Trait Implementations§
impl Freeze for ClapEventParamGesture
impl RefUnwindSafe for ClapEventParamGesture
impl Send for ClapEventParamGesture
impl Sync for ClapEventParamGesture
impl Unpin for ClapEventParamGesture
impl UnsafeUnpin for ClapEventParamGesture
impl UnwindSafe for ClapEventParamGesture
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