Struct alsa_sys::snd_timer_read_t [] [src]

#[repr(C)]
pub struct snd_timer_read_t { pub resolution: c_uint, pub ticks: c_uint, }

Fields

Trait Implementations

Auto Trait Implementations