pub struct Hash128(_);
Expand description
Calculates the 128-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 Hash128
impl UnwindSafe for Hash128
Blanket Implementations
Mutably borrows from an owned value. Read more