Expand description
Implementation of Vec.
Structs§
- DrainAll 
- An iterator that owns all items in a vector, but does not own its allocation.
- IntoIter 
- An Iteratorimplementation forVecthat moves elements out of a vector.
- PushError 
- Error type for Vec::push_within_capacity.
- RemoveError 
- Error type for Vec::remove.
- Vec
- The kernel’s Vectype.
Enums§
- InsertError 
- Error type for Vec::insert_within_capacity.