pub struct Input<'d> { /* private fields */ }
Expand description
GPIO input driver.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'d> Freeze for Input<'d>
impl<'d> RefUnwindSafe for Input<'d>
impl<'d> Send for Input<'d>
impl<'d> Sync for Input<'d>
impl<'d> Unpin for Input<'d>
impl<'d> !UnwindSafe for Input<'d>
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