Struct snd_seq_timestamp_t
alsa_sys
#[repr(C)] pub struct snd_seq_timestamp_t { pub data: [u32; 2], }
data: [u32; 2]
impl snd_seq_timestamp_t
pub fn tick(&mut self) -> *mut snd_seq_tick_time_t
pub fn time(&mut self) -> *mut snd_seq_real_time_t
impl Send for snd_seq_timestamp_t
impl Sync for snd_seq_timestamp_t