Struct alsa_sys::_snd_timer_read
source · #[repr(C)]pub struct _snd_timer_read {
pub resolution: c_uint,
pub ticks: c_uint,
}
Expand description
timer read structure
Fields§
§resolution: c_uint
< tick resolution in nanoseconds
ticks: c_uint
< count of happened ticks
Trait Implementations§
source§impl Clone for _snd_timer_read
impl Clone for _snd_timer_read
source§fn clone(&self) -> _snd_timer_read
fn clone(&self) -> _snd_timer_read
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 moresource§impl Debug for _snd_timer_read
impl Debug for _snd_timer_read
impl Copy for _snd_timer_read
Auto Trait Implementations§
impl RefUnwindSafe for _snd_timer_read
impl Send for _snd_timer_read
impl Sync for _snd_timer_read
impl Unpin for _snd_timer_read
impl UnwindSafe for _snd_timer_read
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