Struct nuttx_embedded_hal::InterruptPin
source · [−]pub struct InterruptPin { /* private fields */ }
Expand description
NuttX GPIO Interrupt Struct
Implementations
Trait Implementations
sourceimpl Drop for InterruptPin
impl Drop for InterruptPin
Drop NuttX GPIO Interrupt
Auto Trait Implementations
impl RefUnwindSafe for InterruptPin
impl Send for InterruptPin
impl Sync for InterruptPin
impl Unpin for InterruptPin
impl UnwindSafe for InterruptPin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more