pub struct DummyPin;
Expand description
A DummyPin for when you’ve got your EN (enable) pin run to GND (the analog multiplexer is always enabled)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DummyPin
impl RefUnwindSafe for DummyPin
impl Send for DummyPin
impl Sync for DummyPin
impl Unpin for DummyPin
impl UnwindSafe for DummyPin
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