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