[src]

Struct ncollide2df64::util::hash::UintTWHash

pub struct UintTWHash {
    // some fields omitted
}

Hash function for uint.

Methods

impl UintTWHash

fn new() -> UintTWHash

Creates a new UintTWHash.

Trait Implementations

impl Clone for UintTWHash

Automatically derived.

fn clone(&self) -> UintTWHash

impl<__E: Encoder> Encodable<__E> for UintTWHash

Automatically derived.

fn encode(&self, __arg_0: &mut __E)

impl<__D: Decoder> Decodable<__D> for UintTWHash

Automatically derived.

fn decode(__arg_0: &mut __D) -> UintTWHash

impl HashFun<uint> for UintTWHash

fn hash(&self, a: &uint) -> uint

Hash function.