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