Struct alsa_sys::_snd_timer_params 
source · #[repr(C)]pub struct _snd_timer_params { /* private fields */ }Trait Implementations§
source§impl Clone for _snd_timer_params
 
impl Clone for _snd_timer_params
source§fn clone(&self) -> _snd_timer_params
 
fn clone(&self) -> _snd_timer_params
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_params
 
impl Debug for _snd_timer_params
impl Copy for _snd_timer_params
Auto Trait Implementations§
impl Freeze for _snd_timer_params
impl RefUnwindSafe for _snd_timer_params
impl Send for _snd_timer_params
impl Sync for _snd_timer_params
impl Unpin for _snd_timer_params
impl UnwindSafe for _snd_timer_params
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