Expand description
Partially unsafe RawTable API
Structs§
- Drain
- A draining iterator over the entries of a
RawTable - Into
Iter - Owning iterator over the entries of a
RawTablein arbitrary order - Iter
- Immutable iterator over the entries of a
RawTablein arbitrary order - IterMut
- Mutable iterator over the entries of a
RawTablein arbitrary order - RawTable
- Raw hash table with a (partially) unsafe API
Traits§
- Status
- Status of a slot in the hash table