pub struct GPIOI { /* private fields */ }
Expand description
GPIOI
Implementations§
Trait Implementations§
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