Module rustc_data_structures::ptr_key[][src]

Structs

PtrKey

A wrapper around reference that compares and hashes like a pointer. Can be used as a key in sets/maps indexed by pointers to avoid unsafe.