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