pub struct Interrupt<C: InterruptConfig> { /* private fields */ }
Expand description
Trait Implementations
sourceimpl<C: InterruptConfig> PinMode for Interrupt<C>
impl<C: InterruptConfig> PinMode for Interrupt<C>
sourceconst DYN: DynPinMode = _
const DYN: DynPinMode = _
Corresponding
DynPinMode
Auto Trait Implementations
impl<C> RefUnwindSafe for Interrupt<C>where
C: RefUnwindSafe,
impl<C> Send for Interrupt<C>where
C: Send,
impl<C> Sync for Interrupt<C>where
C: Sync,
impl<C> Unpin for Interrupt<C>where
C: Unpin,
impl<C> UnwindSafe for Interrupt<C>where
C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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