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

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

Fields

key: u64 disps: &'static [(u32, u32)] atoms: &'static [&'static str]

Methods

impl StaticAtomSet
[src]

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

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

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