pub struct DmaTx;Expand description
Tx direction
Trait Implementations§
impl I2sDmaStream<SPI1, C3, DmaTx> for S3
impl I2sDmaStream<SPI1, C3, DmaTx> for S5
impl I2sDmaStream<SPI2, C0, DmaTx> for S4
impl I2sDmaStream<SPI3, C0, DmaTx> for S5
impl I2sDmaStream<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