pub struct InterruptHandler<S: Sercom> { /* private fields */ }
Expand description
Interrupt handler for async UART operarions
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for InterruptHandler<S>
impl<S> RefUnwindSafe for InterruptHandler<S>where
S: RefUnwindSafe,
impl<S> Send for InterruptHandler<S>where
S: Send,
impl<S> Sync for InterruptHandler<S>where
S: Sync,
impl<S> Unpin for InterruptHandler<S>where
S: Unpin,
impl<S> UnwindSafe for InterruptHandler<S>where
S: 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