struct GPIOInner {
registers: MMIODerefWrapper<RegisterBlock>,
}Fields§
§registers: MMIODerefWrapper<RegisterBlock>Implementations§
Auto Trait Implementations§
impl Freeze for GPIOInner
impl RefUnwindSafe for GPIOInner
impl Send for GPIOInner
impl Sync for GPIOInner
impl Unpin for GPIOInner
impl UnwindSafe for GPIOInner
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