Struct stm32f7xx_hal::dma::Streams[][src]

pub struct Streams<I> {
    pub stream0: Stream0<I>,
    pub stream1: Stream1<I>,
    pub stream2: Stream2<I>,
    pub stream3: Stream3<I>,
    pub stream4: Stream4<I>,
    pub stream5: Stream5<I>,
    pub stream6: Stream6<I>,
    pub stream7: Stream7<I>,
}

Fields

stream0: Stream0<I>stream1: Stream1<I>stream2: Stream2<I>stream3: Stream3<I>stream4: Stream4<I>stream5: Stream5<I>stream6: Stream6<I>stream7: Stream7<I>

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.