pub struct UartInterruptTx<U> { /* private fields */ }Trait Implementations§
Source§impl<U: UartPeriph> ErrorType for UartInterruptTx<U>
impl<U: UartPeriph> ErrorType for UartInterruptTx<U>
Source§impl<U: UartPeriph> Write for UartInterruptTx<U>
impl<U: UartPeriph> Write for UartInterruptTx<U>
Source§fn write(&mut self, buf: &[u8]) -> Result<usize, Self::Error>
fn write(&mut self, buf: &[u8]) -> Result<usize, Self::Error>
Write a buffer into this writer, returning how many bytes were written. Read more
Source§fn flush(&mut self) -> Result<(), Self::Error>
fn flush(&mut self) -> Result<(), Self::Error>
Flush this output stream, blocking until all intermediately buffered contents reach their destination.
Auto Trait Implementations§
impl<U> !Freeze for UartInterruptTx<U>
impl<U> !RefUnwindSafe for UartInterruptTx<U>
impl<U> Send for UartInterruptTx<U>where
U: Send,
impl<U> !Sync for UartInterruptTx<U>
impl<U> Unpin for UartInterruptTx<U>where
U: Unpin,
impl<U> UnwindSafe for UartInterruptTx<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