Struct siphasher::sip128::Hash128[][src]

pub struct Hash128 {
    pub h1: u64,
    pub h2: u64,
}

A 128-bit (2x64) hash output

Fields

Methods

impl Hash128
[src]

Convert into a 16-bytes vector

Trait Implementations

impl Debug for Hash128
[src]

Formats the value using the given formatter. Read more

impl Clone for Hash128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Hash128
[src]

impl Default for Hash128
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Hash128

impl Sync for Hash128