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