Module raw

Module raw 

Source
Expand description

Partially unsafe RawTable API

Structs§

Drain
A draining iterator over the entries of a RawTable
IntoIter
Owning iterator over the entries of a RawTable in arbitrary order
Iter
Immutable iterator over the entries of a RawTable in arbitrary order
IterMut
Mutable iterator over the entries of a RawTable in arbitrary order
RawTable
Raw hash table with a (partially) unsafe API

Traits§

Status
Status of a slot in the hash table