Struct esp32c2_hal::analog::AvailableAnalog
source · pub struct AvailableAnalog {
pub adc1: ADC1,
}
Fields
adc1: ADC1
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