Module vec

Module vec 

Source
Expand description

Vectors contain owned fixed-size canonical arrays of elements.

Structsยง

Vector
A vector contains fixed-size owned data in canonical form.
VectorId
Identifier for a vector in the pipeline execution context.
VectorRef
A VectorRef provides a small wrapper to allow accessing a View with the same lifetime as the borrowed vector, rather than the lifetime of the Ref.
VectorRefMut
A VectorRefMut provides a small wrapper to allow accessing a ViewMut with the same lifetime as the borrowed vector, rather than the lifetime of the RefMut.