Module kvec

Source
Expand description

Implementation of Vec.

Structs§

IntoIter
An Iterator implementation for Vec that moves elements out of a vector.
Vec
The kernel’s Vec type.

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.