#[repr(C)]pub struct _snd_timer_tread {
pub event: snd_timer_event_t,
pub tstamp: snd_htimestamp_t,
pub val: c_uint,
}Fields§
§event: snd_timer_event_t§tstamp: snd_htimestamp_t§val: c_uintAuto Trait Implementations§
impl Freeze for _snd_timer_tread
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