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>
impl<PIN, ADCI> Sync for AdcPin<PIN, ADCI>
impl<PIN, ADCI> Unpin for AdcPin<PIN, ADCI>
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