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