#[repr(C)]
pub union snd_seq_event__bindgen_ty_1 {
pub note: snd_seq_ev_note_t,
pub control: snd_seq_ev_ctrl_t,
pub raw8: snd_seq_ev_raw8_t,
pub raw32: snd_seq_ev_raw32_t,
pub ext: snd_seq_ev_ext_t,
pub queue: snd_seq_ev_queue_control_t,
pub time: snd_seq_timestamp_t,
pub addr: snd_seq_addr_t,
pub connect: snd_seq_connect_t,
pub result: snd_seq_result_t,
/* private fields */
}
Fields§
§note: snd_seq_ev_note_t
< note information
control: snd_seq_ev_ctrl_t
< MIDI control information
raw8: snd_seq_ev_raw8_t
< raw8 data
raw32: snd_seq_ev_raw32_t
< raw32 data
ext: snd_seq_ev_ext_t
< external data
queue: snd_seq_ev_queue_control_t
< queue control
time: snd_seq_timestamp_t
< timestamp
addr: snd_seq_addr_t
< address
connect: snd_seq_connect_t
< connect information
result: snd_seq_result_t
< operation result code
Trait Implementations§
source§impl Clone for snd_seq_event__bindgen_ty_1
impl Clone for snd_seq_event__bindgen_ty_1
source§fn clone(&self) -> snd_seq_event__bindgen_ty_1
fn clone(&self) -> snd_seq_event__bindgen_ty_1
Returns a copy 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 snd_seq_event__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for snd_seq_event__bindgen_ty_1
impl !Send for snd_seq_event__bindgen_ty_1
impl !Sync for snd_seq_event__bindgen_ty_1
impl Unpin for snd_seq_event__bindgen_ty_1
impl UnwindSafe for snd_seq_event__bindgen_ty_1
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