pub struct AdcPin<PIN, ADCI, CS = ()> {
pub pin: PIN,
pub cal_scheme: CS,
/* private fields */
}
Fields§
§pin: PIN
§cal_scheme: CS
Trait Implementations§
Auto Trait Implementations§
impl<PIN, ADCI, CS> Freeze for AdcPin<PIN, ADCI, CS>
impl<PIN, ADCI, CS> RefUnwindSafe for AdcPin<PIN, ADCI, CS>
impl<PIN, ADCI, CS> Send for AdcPin<PIN, ADCI, CS>
impl<PIN, ADCI, CS> Sync for AdcPin<PIN, ADCI, CS>
impl<PIN, ADCI, CS> Unpin for AdcPin<PIN, ADCI, CS>
impl<PIN, ADCI, CS> UnwindSafe for AdcPin<PIN, ADCI, CS>
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