pub struct GPIO { /* private fields */ }Expand description
MCU GPIO - I/F for controlling and reading IO status and IO event status
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIO
impl RefUnwindSafe for GPIO
impl !Sync for GPIO
impl Unpin for GPIO
impl UnwindSafe for GPIO
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