Struct numpy::npyiter::NpyMultiIterBuilder[][src]

pub struct NpyMultiIterBuilder<'py, T, S: MultiIterMode> { /* fields omitted */ }
Expand description

Builder for NpyMultiIter.

Implementations

Creates a new builder.

Set a flag to this builder, returning self.

Add a readonly array to the resulting iterator.

Adds a writable array to the resulting iterator.

Creates an iterator from this builder.

Trait Implementations

Returns the “default value” for a 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

Performs the conversion.

Performs the conversion.

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.