pub struct UartInterruptRxHandler<U> { /* private fields */ }Implementations§
Source§impl<U> UartInterruptRxHandler<U>where
U: UartPeriph,
impl<U> UartInterruptRxHandler<U>where
U: UartPeriph,
Auto Trait Implementations§
impl<U> !Freeze for UartInterruptRxHandler<U>
impl<U> !RefUnwindSafe for UartInterruptRxHandler<U>
impl<U> Send for UartInterruptRxHandler<U>where
U: Send,
impl<U> !Sync for UartInterruptRxHandler<U>
impl<U> Unpin for UartInterruptRxHandler<U>where
U: Unpin,
impl<U> UnwindSafe for UartInterruptRxHandler<U>where
U: 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