Struct esp32c3_hal::analog::adc::ADC
source · pub struct ADC<'d, ADCI> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'d, ADCI> RefUnwindSafe for ADC<'d, ADCI>where ADCI: RefUnwindSafe,
impl<'d, ADCI> Send for ADC<'d, ADCI>where ADCI: Send,
impl<'d, ADCI> Sync for ADC<'d, ADCI>where ADCI: Sync,
impl<'d, ADCI> Unpin for ADC<'d, ADCI>where ADCI: Unpin,
impl<'d, ADCI> !UnwindSafe for ADC<'d, ADCI>
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