pub struct GPIO3 { /* private fields */ }Expand description
General-purpose I/O 3
Implementations§
Methods from Deref<Target = RegisterBlock>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIO3
impl RefUnwindSafe for GPIO3
impl !Sync for GPIO3
impl Unpin for GPIO3
impl UnwindSafe for GPIO3
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