pub type snd_seq_timestamp_t = snd_seq_timestamp;
Expand description
unioned time stamp
Aliased Type§
union snd_seq_timestamp_t {
pub tick: u32,
pub time: snd_seq_real_time,
/* private fields */
}
Fields§
§tick: u32
< tick-time
time: snd_seq_real_time
< real-time
Trait Implementations
Source§impl Clone for snd_seq_timestamp
impl Clone for snd_seq_timestamp
Source§fn clone(&self) -> snd_seq_timestamp
fn clone(&self) -> snd_seq_timestamp
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 more