Struct xmas_elf::hash::HashTable
[−]
[src]
#[repr(C)]pub struct HashTable { /* fields omitted */ }
Methods
impl HashTable[src]
pub fn get_bucket(&self, index: u32) -> u32[src]
pub fn get_chain(&self, index: u32) -> u32[src]
pub fn lookup<'a, F>(&'a self, _name: &str, _f: F) -> &'a Entry where
F: Fn(&'a Entry) -> bool, [src]
F: Fn(&'a Entry) -> bool,
Trait Implementations
impl Clone for HashTable[src]
fn clone(&self) -> HashTable[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for HashTable[src]
impl Debug for HashTable[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more