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