#[non_exhaustive]pub struct NoDMA;
Expand description
Tag for TX/RX channel that a corresponding channel should not be used in DMA mode
Trait Implementations§
Source§impl DMATransfer<&'static [u8]> for NoDMA
impl DMATransfer<&'static [u8]> for NoDMA
Auto Trait Implementations§
impl Freeze for NoDMA
impl RefUnwindSafe for NoDMA
impl Send for NoDMA
impl Sync for NoDMA
impl Unpin for NoDMA
impl UnwindSafe for NoDMA
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