Module kvec
kernel
Module kvec
Module Items
Structs
Type Aliases
In kernel::
alloc
Modules
allocator
flags
kbox
kvec
layout
Structs
AllocError
Flags
Traits
Allocator
kernel
::
alloc
Module
kvec
Copy item path
Settings
Help
Summary
Source
Expand description
Implementation of
Vec
.
Structs
§
Into
Iter
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.