pub struct Gpiox { /* private fields */ }
Expand description
Runtime defined GPIO port (type state)
Trait Implementations§
impl Gpio for Gpiox
impl Send for Gpiox
impl Sync for Gpiox
Auto Trait Implementations§
impl Freeze for Gpiox
impl !RefUnwindSafe for Gpiox
impl Unpin for Gpiox
impl !UnwindSafe for Gpiox
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