pub struct SpiDmaTransfer<T, TX, RX, P, BUFFER>where
    T: InstanceDma<TX, RX>,
    TX: Tx,
    RX: Rx,
    P: SpiPeripheral,
{ /* private fields */ }
Expand description

An in-progress DMA transfer.

Trait Implementations

Wait for the DMA transfer to complete and return the buffers and the SPI instance.

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.