pub struct DmaRx;Expand description
Rx direction
Trait Implementations§
impl I2sDmaStream<SPI1, C3, DmaRx> for S0
impl I2sDmaStream<SPI1, C3, DmaRx> for S2
impl I2sDmaStream<SPI2, C0, DmaRx> for S3
impl I2sDmaStream<SPI3, C0, DmaRx> for S0
impl I2sDmaStream<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