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