Struct maia_httpd::fpga::InterruptWaiter
source · pub struct InterruptWaiter { /* private fields */ }
Expand description
Interrupt waiter.
This is associated with an interrupt of a particular type and can be used by a future to await until such an interrupt happens.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InterruptWaiter
impl Send for InterruptWaiter
impl Sync for InterruptWaiter
impl Unpin for InterruptWaiter
impl UnwindSafe for InterruptWaiter
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