pub struct DefaultPins;
Expand description
Peripheral uses default pins (or only has one set of pins available)
Auto Trait Implementations§
impl Freeze for DefaultPins
impl RefUnwindSafe for DefaultPins
impl Send for DefaultPins
impl Sync for DefaultPins
impl Unpin for DefaultPins
impl UnwindSafe for DefaultPins
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