#[non_exhaustive]pub struct DmaTransferRx<'a, I>where
I: DmaSupportRx,{ /* private fields */ }Expand description
DMA transaction for RX only transfers
§Safety
Never use core::mem::forget on an in-progress transfer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> Freeze for DmaTransferRx<'a, I>
impl<'a, I> RefUnwindSafe for DmaTransferRx<'a, I>where
I: RefUnwindSafe,
impl<'a, I> Send for DmaTransferRx<'a, I>where
I: Send,
impl<'a, I> Sync for DmaTransferRx<'a, I>where
I: Sync,
impl<'a, I> Unpin for DmaTransferRx<'a, I>
impl<'a, I> !UnwindSafe for DmaTransferRx<'a, I>
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