#[repr(C)]pub struct SysExEvent {
pub event_type: i32,
pub byte_size: i32,
pub delta_frames: i32,
pub flags: i32,
pub dump_bytes: i32,
pub reserved_1: *const c_void,
pub sysex_dump: *const i8,
pub reserved_2: *const c_void,
}Fields§
§event_type: i32§byte_size: i32§delta_frames: i32§flags: i32§dump_bytes: i32§reserved_1: *const c_void§sysex_dump: *const i8§reserved_2: *const c_voidTrait Implementations§
Source§impl Clone for SysExEvent
impl Clone for SysExEvent
Source§fn clone(&self) -> SysExEvent
fn clone(&self) -> SysExEvent
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 moreimpl Copy for SysExEvent
Auto Trait Implementations§
impl Freeze for SysExEvent
impl RefUnwindSafe for SysExEvent
impl !Send for SysExEvent
impl !Sync for SysExEvent
impl Unpin for SysExEvent
impl UnwindSafe for SysExEvent
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