[][src]Module generic_vec::raw

The raw vector typse that back-up the GenericVec

Structs

Heapalloc

A heap storage that can reallocate if necessary,

UninitBuffer

An uninitialized storage. This storage can store values of any type that has an alignment smaller of equal to T or A.

UninitSlice

An uninitialized slice storage

ZeroSized

A storage that can hold zero sized types

Traits

Storage

A type that can hold Ts, and potentially reserve space for more Self::Itemss

StorageInit

A Storage that can only contain initialized Storage::Item

StorageWithCapacity

A storage that can be initially created with a given capacity