pub struct Hash64(_);Expand description
Calculates the 64-bit hash.
Implementations
Trait Implementations
Writes a single u128 into this hasher.
Writes a single usize into this hasher.
Writes a single i128 into this hasher.
Writes a single isize into this hasher.
Auto Trait Implementations
impl RefUnwindSafe for Hash64
impl UnwindSafe for Hash64
Blanket Implementations
Mutably borrows from an owned value. Read more