pub struct GpioStatic { /* private fields */ }Expand description
Per-controller static data for GPIO async operations.
Trait Implementations§
impl Sync for GpioStatic
Auto Trait Implementations§
impl !Freeze for GpioStatic
impl !RefUnwindSafe for GpioStatic
impl !Send for GpioStatic
impl Unpin for GpioStatic
impl UnsafeUnpin for GpioStatic
impl UnwindSafe for GpioStatic
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