Expand description
Vectors contain owned fixed-size canonical arrays of elements.
Structsยง
- Vector
- A vector contains fixed-size owned data in canonical form.
- Vector
Id - Identifier for a vector in the pipeline execution context.
- Vector
Ref - A
VectorRef
provides a small wrapper to allow accessing aView
with the same lifetime as the borrowed vector, rather than the lifetime of theRef
. - Vector
RefMut - A
VectorRefMut
provides a small wrapper to allow accessing aViewMut
with the same lifetime as the borrowed vector, rather than the lifetime of theRefMut
.