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]
impl Hash128Trait Implementations
impl Debug for Hash128[src]
impl Debug for Hash128fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Hash128[src]
impl Clone for Hash128fn clone(&self) -> Hash128[src]
fn clone(&self) -> Hash128Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Hash128[src]
impl Copy for Hash128impl Default for Hash128[src]
impl Default for Hash128