#[repr(C)]pub struct ClapEventMidi {
pub header: ClapEventHeader,
pub port_index: u16,
pub data: [u8; 3],
}Fields§
§header: ClapEventHeader§port_index: u16§data: [u8; 3]Trait Implementations§
Source§impl Clone for ClapEventMidi
impl Clone for ClapEventMidi
Source§fn clone(&self) -> ClapEventMidi
fn clone(&self) -> ClapEventMidi
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 ClapEventMidi
Auto Trait Implementations§
impl Freeze for ClapEventMidi
impl RefUnwindSafe for ClapEventMidi
impl Send for ClapEventMidi
impl Sync for ClapEventMidi
impl Unpin for ClapEventMidi
impl UnsafeUnpin for ClapEventMidi
impl UnwindSafe for ClapEventMidi
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