#[non_exhaustive]pub struct DmaTransferRxTx<'a, I>where
I: DmaSupportTx + DmaSupportRx,{ /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> Freeze for DmaTransferRxTx<'a, I>
impl<'a, I> RefUnwindSafe for DmaTransferRxTx<'a, I>where
I: RefUnwindSafe,
impl<'a, I> Send for DmaTransferRxTx<'a, I>where
I: Send,
impl<'a, I> Sync for DmaTransferRxTx<'a, I>where
I: Sync,
impl<'a, I> Unpin for DmaTransferRxTx<'a, I>
impl<'a, I> !UnwindSafe for DmaTransferRxTx<'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