Module kvec

Source
Expand description

Implementation of Vec.

Structs§

DrainAll
An iterator that owns all items in a vector, but does not own its allocation.
IntoIter
An Iterator implementation for Vec that moves elements out of a vector.
PushError
Error type for Vec::push_within_capacity.
RemoveError
Error type for Vec::remove.
Vec
The kernel’s Vec type.

Enums§

InsertError
Error type for Vec::insert_within_capacity.

Type Aliases§

KVVec
Type alias for Vec with a KVmalloc allocator.
KVec
Type alias for Vec with a Kmalloc allocator.
VVec
Type alias for Vec with a Vmalloc allocator.