pub struct Gpio<'a> { /* private fields */ }Expand description
Gpio is a selection of pins.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Gpio<'a>
impl<'a> RefUnwindSafe for Gpio<'a>
impl<'a> Send for Gpio<'a>
impl<'a> Sync for Gpio<'a>
impl<'a> Unpin for Gpio<'a>
impl<'a> UnwindSafe for Gpio<'a>
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