Expand description
Vec
configuration types and trait definitions.
Structs§
- Custom
- Parameterize
Vec
with a custom index type or growth behavior. - Thin
- Parameterize
Vec
with a custom index type or growth behavior.
Traits§
- VecConfig
- Define the associated types for
Vec
instances. - VecConfig
Alloc - Configuration for
Vec
types supporting an allocator. - VecConfig
New - Support creation of new
Vec
instances without a storage reference. - VecConfig
Spawn - Support creation of new
Vec
buffer instances from an existing instance. - VecNew
In - Support creation of a new
Vec
instance within an allocation target.