Struct alsa_sys::_snd_timer_tread
source · #[repr(C)]pub struct _snd_timer_tread {
pub event: snd_timer_event_t,
pub tstamp: snd_htimestamp_t,
pub val: c_uint,
}
Expand description
timer tstamp + event read structure
Fields§
§event: snd_timer_event_t
< Timer event
tstamp: snd_htimestamp_t
< Time stamp of each event
val: c_uint
< Event value
Auto Trait Implementations§
impl RefUnwindSafe for _snd_timer_tread
impl Send for _snd_timer_tread
impl Sync for _snd_timer_tread
impl Unpin for _snd_timer_tread
impl UnwindSafe for _snd_timer_tread
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