Struct mdarray::Strided

source ·
pub struct Strided;
Expand description

Strided array format type.

Trait Implementations

Corresponding format which may have non-uniform stride.
Corresponding format which may have non-unit inner stride.
Corresponding format with uniform stride.
Corresponding format with unit inner stride.
Combined format based on the dimension.
Array iterator type.
Mutable array iterator type.
True if the format type has uniform stride.
True if the format type has unit inner stride.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.