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