#[repr(C)]pub struct snd_seq_ump_event {
pub type_: snd_seq_event_type_t,
pub flags: c_uchar,
pub tag: c_uchar,
pub queue: c_uchar,
pub time: snd_seq_timestamp_t,
pub source: snd_seq_addr_t,
pub dest: snd_seq_addr_t,
pub __bindgen_anon_1: snd_seq_ump_event__bindgen_ty_1,
}Fields§
§type_: snd_seq_event_type_t§flags: c_uchar§tag: c_uchar§queue: c_uchar§time: snd_seq_timestamp_t§source: snd_seq_addr_t§dest: snd_seq_addr_t§__bindgen_anon_1: snd_seq_ump_event__bindgen_ty_1Trait Implementations§
Source§impl Clone for snd_seq_ump_event
impl Clone for snd_seq_ump_event
Source§fn clone(&self) -> snd_seq_ump_event
fn clone(&self) -> snd_seq_ump_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 moreimpl Copy for snd_seq_ump_event
Auto Trait Implementations§
impl Freeze for snd_seq_ump_event
impl RefUnwindSafe for snd_seq_ump_event
impl !Send for snd_seq_ump_event
impl !Sync for snd_seq_ump_event
impl Unpin for snd_seq_ump_event
impl UnwindSafe for snd_seq_ump_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