Struct siphasher::sip128::Hash128
[−]
[src]
pub struct Hash128 { pub h1: u64, pub h2: u64, }
A 128-bit (2x64) hash output
Fields
h1: u64
h2: u64
Methods
impl Hash128
[src]
Trait Implementations
impl Debug for Hash128
[src]
impl Clone for Hash128
[src]
fn clone(&self) -> Hash128
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more