pub struct UartPollRx<U> { /* private fields */ }Trait Implementations§
Source§impl<U: UartPeriph> ErrorType for UartPollRx<U>
impl<U: UartPeriph> ErrorType for UartPollRx<U>
Source§impl<U: UartPeriph> ErrorType for UartPollRx<U>
impl<U: UartPeriph> ErrorType for UartPollRx<U>
Source§impl<U: UartPeriph> Read<u16> for UartPollRx<U>
impl<U: UartPeriph> Read<u16> for UartPollRx<U>
Source§impl<U: UartPeriph> Read for UartPollRx<U>
impl<U: UartPeriph> Read for UartPollRx<U>
Source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Self::Error>
fn read(&mut self, buf: &mut [u8]) -> Result<usize, Self::Error>
Read some bytes from this source into the specified buffer, returning how many bytes were read. Read more
Source§fn read_exact(
&mut self,
buf: &mut [u8],
) -> Result<(), ReadExactError<Self::Error>>
fn read_exact( &mut self, buf: &mut [u8], ) -> Result<(), ReadExactError<Self::Error>>
Read the exact number of bytes required to fill
buf. Read moreAuto Trait Implementations§
impl<U> Freeze for UartPollRx<U>where
U: Freeze,
impl<U> RefUnwindSafe for UartPollRx<U>where
U: RefUnwindSafe,
impl<U> Send for UartPollRx<U>where
U: Send,
impl<U> Sync for UartPollRx<U>where
U: Sync,
impl<U> Unpin for UartPollRx<U>where
U: Unpin,
impl<U> UnwindSafe for UartPollRx<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