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