[−][src]Module generic_vec::raw
The raw vector typse that back-up the GenericVec
Structs
| AllocError | The |
| Heap | Heap |
| Init | A slice or array storage that contains initialized |
| 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 |
| StorageInit | A |
| StorageWithCapacity | A storage that can be initially created with a given capacity |
Functions
| is_compatible | Check if type |
| is_identical | Check if type |
Type Definitions
| Array | An initialized array storage |
| Slice | An initialized slice storage, can only store |
| UninitArray | An uninitialized array storage |
| UninitSlice | An uninitialized slice storage |