Struct esp32_hal::analog::AvailableAnalog
source · [−]Fields
adc1: ADC1
adc2: ADC2
dac1: DAC1
dac2: DAC2
Auto Trait Implementations
impl RefUnwindSafe for AvailableAnalog
impl Send for AvailableAnalog
impl Sync for AvailableAnalog
impl Unpin for AvailableAnalog
impl UnwindSafe for AvailableAnalog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more