Function core::hash::sip::hashExperimental
[-]
[+]
[src]
pub fn hash<T: Hash<SipState> + ?Sized>(value: &T) -> u64
Hashes a value using the SipHash algorithm.
pub fn hash<T: Hash<SipState> + ?Sized>(value: &T) -> u64
Hashes a value using the SipHash algorithm.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).