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