pub struct AvailableAnalog {
pub adc1: ADC1,
}
Fields§
§adc1: ADC1
Auto Trait Implementations§
impl Freeze for AvailableAnalog
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