pub struct AUADC { /* private fields */ }Expand description
Analog-to-Digital or Pulse-Density audio input
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AUADC
impl RefUnwindSafe for AUADC
impl !Sync for AUADC
impl Unpin for AUADC
impl UnwindSafe for AUADC
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