#[repr(C)]
pub union snd_seq_ev_queue_control__bindgen_ty_1 {
pub value: c_int,
pub time: snd_seq_timestamp_t,
pub position: c_uint,
pub skew: snd_seq_queue_skew_t,
pub d32: [c_uint; 2],
pub d8: [c_uchar; 8],
/* private fields */
}
Fields§
§value: c_int
< affected value (e.g. tempo)
time: snd_seq_timestamp_t
< time
position: c_uint
< sync position
skew: snd_seq_queue_skew_t
< queue skew
d32: [c_uint; 2]
< any data
d8: [c_uchar; 8]
< any data
Trait Implementations§
source§impl Clone for snd_seq_ev_queue_control__bindgen_ty_1
impl Clone for snd_seq_ev_queue_control__bindgen_ty_1
source§fn clone(&self) -> snd_seq_ev_queue_control__bindgen_ty_1
fn clone(&self) -> snd_seq_ev_queue_control__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_ev_queue_control__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for snd_seq_ev_queue_control__bindgen_ty_1
impl Send for snd_seq_ev_queue_control__bindgen_ty_1
impl Sync for snd_seq_ev_queue_control__bindgen_ty_1
impl Unpin for snd_seq_ev_queue_control__bindgen_ty_1
impl UnwindSafe for snd_seq_ev_queue_control__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