pub struct GPIOG { /* private fields */ }
Expand description
General-purpose I/Os
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIOG
impl RefUnwindSafe for GPIOG
impl !Sync for GPIOG
impl Unpin for GPIOG
impl UnwindSafe for GPIOG
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