pub struct RppalPins { /* private fields */ }Expand description
Implementation of the EndBASIC GPIO operations for a Raspberry Pi using the rppal library.
Trait Implementations§
Source§impl Pins for RppalPins
impl Pins for RppalPins
Source§fn as_any(&self) -> &dyn Any
fn as_any(&self) -> &dyn Any
Returns
self as &dyn Any to allow downcasting to a concrete type.Source§fn as_any_mut(&mut self) -> &mut dyn Any
fn as_any_mut(&mut self) -> &mut dyn Any
Returns
self as &mut dyn Any to allow downcasting to a concrete type.Auto Trait Implementations§
impl Freeze for RppalPins
impl !RefUnwindSafe for RppalPins
impl Send for RppalPins
impl Sync for RppalPins
impl Unpin for RppalPins
impl UnsafeUnpin for RppalPins
impl !UnwindSafe for RppalPins
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