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