pub struct GpioClearCommand { /* private fields */ }Expand description
The GPIO_CLEAR command.
Implementations§
Trait Implementations§
Source§impl Callable for GpioClearCommand
impl Callable for GpioClearCommand
Auto Trait Implementations§
impl Freeze for GpioClearCommand
impl !RefUnwindSafe for GpioClearCommand
impl !Send for GpioClearCommand
impl !Sync for GpioClearCommand
impl Unpin for GpioClearCommand
impl UnsafeUnpin for GpioClearCommand
impl !UnwindSafe for GpioClearCommand
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