#[repr(C)]pub struct Struct__jack_midi_event {
pub time: u32,
pub size: usize,
pub buffer: *mut u8,
}Fields§
§time: u32§size: usize§buffer: *mut u8Trait Implementations§
Source§impl Clone for Struct__jack_midi_event
impl Clone for Struct__jack_midi_event
Source§fn clone(&self) -> Struct__jack_midi_event
fn clone(&self) -> Struct__jack_midi_event
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 Default for Struct__jack_midi_event
impl Default for Struct__jack_midi_event
Source§fn default() -> Struct__jack_midi_event
fn default() -> Struct__jack_midi_event
Returns the “default value” for a type. Read more
impl Copy for Struct__jack_midi_event
Auto Trait Implementations§
impl Freeze for Struct__jack_midi_event
impl RefUnwindSafe for Struct__jack_midi_event
impl !Send for Struct__jack_midi_event
impl !Sync for Struct__jack_midi_event
impl Unpin for Struct__jack_midi_event
impl UnwindSafe for Struct__jack_midi_event
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