pub struct Array<'link, T> { /* private fields */ }
Expand description

Reference to a multidimensional rectangular array borrowed from a Link.

Array is returned from:

Implementations

Access the elements stored in this Array as a flat buffer.

Get the number of dimensions in this array.

Get the dimensions of this array.

Length of the first dimension of this array.

Trait Implementations

Formats the value using the given formatter. Read more
Executes the destructor for this 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

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.