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