pub struct DmaTx;Expand description
Tx direction
Trait Implementations§
impl SpiDmaStream<SPI1, C3, DmaTx> for S3
impl SpiDmaStream<SPI1, C3, DmaTx> for S5
impl SpiDmaStream<SPI2, C0, DmaTx> for S4
impl SpiDmaStream<SPI3, C0, DmaTx> for S5
impl SpiDmaStream<SPI3, C0, DmaTx> for S7
Auto Trait Implementations§
impl Freeze for DmaTx
impl RefUnwindSafe for DmaTx
impl Send for DmaTx
impl Sync for DmaTx
impl Unpin for DmaTx
impl UnwindSafe for DmaTx
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