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