pub struct InterruptPin { /* private fields */ }
Expand description
NuttX GPIO Interrupt
Implementations§
Trait Implementations§
Source§impl Drop for InterruptPin
NuttX Implementation of GPIO Interrupt
impl Drop for InterruptPin
NuttX Implementation of GPIO Interrupt
Auto Trait Implementations§
impl Freeze for InterruptPin
impl RefUnwindSafe for InterruptPin
impl Send for InterruptPin
impl Sync for InterruptPin
impl Unpin for InterruptPin
impl UnwindSafe for InterruptPin
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