Module config

Source
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.
VecConfigAlloc
Configuration for Vec types supporting an allocator.
VecConfigNew
Support creation of new Vec instances without a storage reference.
VecConfigSpawn
Support creation of new Vec buffer instances from an existing instance.
VecNewIn
Support creation of a new Vec instance within an allocation target.