pub struct GPIOI { /* private fields */ }
Expand description
GPIOI
Implementations§
Trait Implementations§
Source§impl Deref for GPIOI
impl Deref for GPIOI
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for GPIOI
Auto Trait Implementations§
impl Freeze for GPIOI
impl RefUnwindSafe for GPIOI
impl !Sync for GPIOI
impl Unpin for GPIOI
impl UnwindSafe for GPIOI
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