Struct std::collections::hash_map::raw_table::SafeHash
[−]
[src]
pub struct SafeHash { hash: u64, }
A hash that is not zero, since we use a hash of zero to represent empty buckets.
Fields
hash |