Struct xmas_elf::hash::HashTable [] [src]

pub struct HashTable {
    // some fields omitted
}

Methods

impl HashTable
[src]

fn get_bucket(&self, index: u32) -> u32

fn get_chain(&self, index: u32) -> u32

fn lookup<'a, F>(&'a self, name: &str, f: F) -> &'a Entry where F: Fn(&'a Entry) -> bool

Trait Implementations

impl Pod for HashTable
[src]