Struct string_cache::shared::StaticAtomSet [] [src]

pub struct StaticAtomSet {
    pub key: u64,
    pub disps: &'static [(u32, u32)],
    pub atoms: &'static [&'static str],
}

Fields

key
disps
atoms

Methods

impl StaticAtomSet

fn get_index_or_hash(&self, s: &str) -> Result<u32, u64>

fn index(&self, i: u32) -> Option<&'static str>

fn iter(&self) -> Iter<&'static str>