pub struct DMIC { /* private fields */ }
Expand description
DMIC
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DMIC
impl RefUnwindSafe for DMIC
impl !Sync for DMIC
impl Unpin for DMIC
impl UnwindSafe for DMIC
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