Struct esp32c2_hal::adc::AdcPin
source · pub struct AdcPin<PIN, ADCI> {
pub pin: PIN,
/* private fields */
}
Fields§
§pin: PIN
Trait Implementations§
Auto Trait Implementations§
impl<PIN, ADCI> RefUnwindSafe for AdcPin<PIN, ADCI>where ADCI: RefUnwindSafe, PIN: RefUnwindSafe,
impl<PIN, ADCI> Send for AdcPin<PIN, ADCI>where ADCI: Send, PIN: Send,
impl<PIN, ADCI> Sync for AdcPin<PIN, ADCI>where ADCI: Sync, PIN: Sync,
impl<PIN, ADCI> Unpin for AdcPin<PIN, ADCI>where ADCI: Unpin, PIN: Unpin,
impl<PIN, ADCI> UnwindSafe for AdcPin<PIN, ADCI>where ADCI: UnwindSafe, PIN: UnwindSafe,
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