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