Struct ndarray::iter::Indices [] [src]

pub struct Indices<D> where
    D: Dimension
{ /* fields omitted */ }

Indices producer and iterable.

Indices is an NdProducer that produces the indices of an array shape.

Trait Implementations

impl<D> IntoIterator for Indices<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

impl<D: Copy> Copy for Indices<D> where
    D: Dimension
[src]

impl<D: Clone> Clone for Indices<D> where
    D: Dimension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<D: Debug> Debug for Indices<D> where
    D: Dimension
[src]

[src]

Formats the value using the given formatter. Read more

impl<D: Dimension + Copy> NdProducer for Indices<D>
[src]

The element produced per iteration.

Dimension type

[src]

[src]

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

Auto Trait Implementations

impl<D> Send for Indices<D>

impl<D> Sync for Indices<D>