pub struct DmaRx;Expand description
Rx direction
Trait Implementations§
impl SpiDmaStream<SPI1, C3, DmaRx> for S0
impl SpiDmaStream<SPI1, C3, DmaRx> for S2
impl SpiDmaStream<SPI2, C0, DmaRx> for S3
impl SpiDmaStream<SPI3, C0, DmaRx> for S0
impl SpiDmaStream<SPI3, C0, DmaRx> for S2
Auto Trait Implementations§
impl Freeze for DmaRx
impl RefUnwindSafe for DmaRx
impl Send for DmaRx
impl Sync for DmaRx
impl Unpin for DmaRx
impl UnwindSafe for DmaRx
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