Struct ncollide2df64::util::hash::StdHash
pub struct StdHash { // some fields omitted }
Hash function for everything implementing the Hash
trait.
Methods
impl StdHash
fn new() -> StdHash
Creates a new StdHash.
Trait Implementations
impl Clone for StdHash
Automatically derived.
fn clone(&self) -> StdHash
impl<__E: Encoder> Encodable<__E> for StdHash
Automatically derived.
fn encode(&self, __arg_0: &mut __E)
impl<__D: Decoder> Decodable<__D> for StdHash
Automatically derived.
fn decode(__arg_0: &mut __D) -> StdHash
impl<T: Hash> HashFun<T> for StdHash
fn hash(&self, t: &T) -> uint
Hash function.