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