Module win_sys::alloc::collections
1.0.0 · source · [−]Expand description
Collection types.
Modules
A priority queue implemented with a binary heap.
An ordered map based on a B-Tree.
An ordered set based on a B-Tree.
A doubly-linked list with owned nodes.
A double-ended queue (deque) implemented with a growable ring buffer.
Structs
An ordered set based on a B-Tree.
A priority queue implemented with a binary heap.
A doubly-linked list with owned nodes.
The error type for try_reserve methods.
A double-ended queue implemented with a growable ring buffer.
Enums
TryReserveErrorKindExperimental
Details of the allocation that caused a TryReserveError