pub struct GPIO {
inner: NullLock<GPIOInner>,
}Expand description
Representation of the GPIO HW.
Fields§
§inner: NullLock<GPIOInner>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for GPIO
impl !RefUnwindSafe for GPIO
impl Send 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