Struct string_cache::atom::PhfStrSet
[−]
[src]
pub struct PhfStrSet {
pub key: u64,
pub disps: &'static [(u32, u32)],
pub atoms: &'static [&'static str],
pub hashes: &'static [u32],
}A string set created using a perfect hash function, specifically Hash, Displace and Compress.
See the CHD document for the meaning of the struct fields.
Fields
key: u64
disps: &'static [(u32, u32)]
atoms: &'static [&'static str]
hashes: &'static [u32]