[][src]Module generic_vec::raw

The raw vector typse that back-up the GenericVec

Structs

AllocError

The AllocError error indicates an allocation failure that may be due to resource exhaustion or to something wrong when combining the given input arguments with this allocator.

Heap

Heap

Init

A slice or array storage that contains initialized Copy types

Uninit

A slice or array storage that contains uninitialized data

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

Functions

is_compatible

Check if type U smaller than T and less aligned than T

is_identical

Check if type U is layout identical to T

Type Definitions

Array

An initialized array storage

Slice

An initialized slice storage, can only store Copy types

UninitArray

An uninitialized array storage

UninitSlice

An uninitialized slice storage