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