pub struct InterruptEnabled<Aint> { /* private fields */ }Expand description
Enable interrupts on an I/O line.
Trait Implementations§
impl<Aint: AdditionalInterruptModesCfg + Configured> Configured for InterruptEnabled<Aint>
impl<Aint: AdditionalInterruptModesCfg> InterruptCfg for InterruptEnabled<Aint>
Auto Trait Implementations§
impl<Aint> Freeze for InterruptEnabled<Aint>
impl<Aint> RefUnwindSafe for InterruptEnabled<Aint>where
Aint: RefUnwindSafe,
impl<Aint> Send for InterruptEnabled<Aint>where
Aint: Send,
impl<Aint> Sync for InterruptEnabled<Aint>where
Aint: Sync,
impl<Aint> Unpin for InterruptEnabled<Aint>where
Aint: Unpin,
impl<Aint> UnwindSafe for InterruptEnabled<Aint>where
Aint: UnwindSafe,
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