pub struct CrispasrMic(/* private fields */);Expand description
Opaque microphone handle returned by crispasr_mic_open.
Must be freed with crispasr_mic_close. (PLAN #62d)
Auto Trait Implementations§
impl Freeze for CrispasrMic
impl RefUnwindSafe for CrispasrMic
impl Send for CrispasrMic
impl Sync for CrispasrMic
impl Unpin for CrispasrMic
impl UnsafeUnpin for CrispasrMic
impl UnwindSafe for CrispasrMic
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