#[repr(C)]pub union snd_seq_event_data {
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,
pub ump_notify: snd_seq_ev_ump_notify_t,
}Fields§
§note: snd_seq_ev_note_t§control: snd_seq_ev_ctrl_t§raw8: snd_seq_ev_raw8_t§raw32: snd_seq_ev_raw32_t§ext: snd_seq_ev_ext_t§queue: snd_seq_ev_queue_control_t§time: snd_seq_timestamp_t§addr: snd_seq_addr_t§connect: snd_seq_connect_t§result: snd_seq_result_t§ump_notify: snd_seq_ev_ump_notify_tTrait Implementations§
Source§impl Clone for snd_seq_event_data
impl Clone for snd_seq_event_data
Source§fn clone(&self) -> snd_seq_event_data
fn clone(&self) -> snd_seq_event_data
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 snd_seq_event_data
Auto Trait Implementations§
impl Freeze for snd_seq_event_data
impl RefUnwindSafe for snd_seq_event_data
impl !Send for snd_seq_event_data
impl !Sync for snd_seq_event_data
impl Unpin for snd_seq_event_data
impl UnwindSafe for snd_seq_event_data
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