Struct fasthash::t1ha::T1ha0_64[][src]

pub struct T1ha0_64 {}

T1Hash 64-bit hash functions.

Trait Implementations

impl FastHash for T1ha0_64
[src]

The output hash generated value.

The seed to generate hash value.

Hash functions for a byte array. For convenience, a seed is also hashed into the result. Read more

Hash functions for a byte array.

impl BuildHasher for T1ha0_64
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more

Auto Trait Implementations

impl Send for T1ha0_64

impl Sync for T1ha0_64