Struct jack_sys::Struct__jack_midi_event
[−]
[src]
pub struct Struct__jack_midi_event {
pub time: jack_nframes_t,
pub size: size_t,
pub buffer: *mut jack_midi_data_t,
}Fields
time: jack_nframes_t
size: size_t
buffer: *mut jack_midi_data_t
Trait Implementations
impl Copy for Struct__jack_midi_event[src]
impl Clone for Struct__jack_midi_event[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more