#[repr(C)]pub struct _snd_ctl { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _snd_ctl
impl RefUnwindSafe for _snd_ctl
impl Send for _snd_ctl
impl Sync for _snd_ctl
impl Unpin for _snd_ctl
impl UnwindSafe for _snd_ctl
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