pub struct Dispatch<'pipe, 'interrupt, const N: usize> { /* private fields */ }
Implementations§
Source§impl<'pipe, 'interrupt, const N: usize> Dispatch<'pipe, 'interrupt, N>
impl<'pipe, 'interrupt, const N: usize> Dispatch<'pipe, 'interrupt, N>
pub fn with_interrupt( responder: Responder<'pipe, N>, interrupt: Option<&'interrupt OptionRefSwap<'interrupt, InterruptFlag>>, ) -> Self
pub fn poll(&mut self, apps: &mut [&mut dyn App<'interrupt, N>]) -> bool
Auto Trait Implementations§
impl<'pipe, 'interrupt, const N: usize> Freeze for Dispatch<'pipe, 'interrupt, N>
impl<'pipe, 'interrupt, const N: usize> !RefUnwindSafe for Dispatch<'pipe, 'interrupt, N>
impl<'pipe, 'interrupt, const N: usize> Send for Dispatch<'pipe, 'interrupt, N>
impl<'pipe, 'interrupt, const N: usize> Sync for Dispatch<'pipe, 'interrupt, N>
impl<'pipe, 'interrupt, const N: usize> Unpin for Dispatch<'pipe, 'interrupt, N>
impl<'pipe, 'interrupt, const N: usize> !UnwindSafe for Dispatch<'pipe, 'interrupt, N>
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