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