Struct ncollide2df64::util::hash::UintPairTWHash
pub struct UintPairTWHash { // some fields omitted }
Hash function for pairs of uint
, using the Tomas Wang hash.
Methods
impl UintPairTWHash
fn new() -> UintPairTWHash
Creates a new UintPairTWHash.
Trait Implementations
impl Clone for UintPairTWHash
Automatically derived.
fn clone(&self) -> UintPairTWHash
impl<__E: Encoder> Encodable<__E> for UintPairTWHash
Automatically derived.
fn encode(&self, __arg_0: &mut __E)
impl<__D: Decoder> Decodable<__D> for UintPairTWHash
Automatically derived.
fn decode(__arg_0: &mut __D) -> UintPairTWHash
impl HashFun<(uint, uint)> for UintPairTWHash
fn hash(&self, (tuple arg NYI): &(uint, uint)) -> uint
Hash function.