pub struct UartDmaRx<U, CH, W> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<U, CH, W> Read for UartDmaRx<U, CH, W>
impl<U, CH, W> Read for UartDmaRx<U, CH, W>
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, CH, W> Freeze for UartDmaRx<U, CH, W>
impl<U, CH, W> RefUnwindSafe for UartDmaRx<U, CH, W>
impl<U, CH, W> Send for UartDmaRx<U, CH, W>
impl<U, CH, W> Sync for UartDmaRx<U, CH, W>
impl<U, CH, W> Unpin for UartDmaRx<U, CH, W>
impl<U, CH, W> UnwindSafe for UartDmaRx<U, CH, W>
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