Struct ndarray::iter::LanesMut [] [src]

pub struct LanesMut<'a, A: 'a, D> { /* fields omitted */ }

See .lanes_mut() for more information.

Trait Implementations

impl<'a, A, D: Dimension> NdProducer for LanesMut<'a, A, D>
[src]

The element produced per iteration.

Dimension type

[src]

This trait is private to implement; this method exists to make it impossible to implement outside the crate. Read more

impl<'a, A, D> IntoIterator for LanesMut<'a, A, D> where
    D: Dimension
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more