pub struct AnyPin { /* private fields */ }
Expand description
Type-erased GPIO pin
Implementations§
Trait Implementations§
source§impl Peripheral for AnyPin
impl Peripheral for AnyPin
Auto Trait Implementations§
impl Freeze for AnyPin
impl RefUnwindSafe for AnyPin
impl Send for AnyPin
impl Sync for AnyPin
impl Unpin for AnyPin
impl UnwindSafe for AnyPin
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