Module hashbrown::raw

source ·
Expand description

Experimental and unsafe RawTable API. This module is only available if the raw feature is enabled.

Structs§

  • A reference to a hash table bucket containing a T.
  • Iterator which consumes elements without freeing the table storage.
  • Iterator which consumes a table and returns elements.
  • Iterator which returns a raw pointer to every full bucket in the table.
  • Iterator over occupied buckets that could match a given hash.
  • A raw hash table with an unsafe API.