Struct surgeshaper_asym::imports::imports::iter::Lanes [−][src]
pub struct Lanes<'a, A, D> { /* fields omitted */ }
Expand description
See .lanes()
for more information.
Trait Implementations
The type of the elements being iterated over.
Auto Trait Implementations
impl<'a, A, D> RefUnwindSafe for Lanes<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe,
impl<'a, A, D> UnwindSafe for Lanes<'a, A, D> where
A: RefUnwindSafe,
D: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
type Item = <P as NdProducer>::Item
type Item = <P as NdProducer>::Item
The element produced per iteration.
type Dim = <P as NdProducer>::Dim
type Dim = <P as NdProducer>::Dim
Dimension type of the producer
type Output = P
Convert the value into an NdProducer
.