[][src]Struct rustc_data_structures::sip128::SipHasher128

pub struct SipHasher128 { /* fields omitted */ }

Methods

impl SipHasher128[src]

pub fn new_with_keys(key0: u64, key1: u64) -> SipHasher128[src]

pub fn finish128(self) -> (u64, u64)[src]

Trait Implementations

impl Clone for SipHasher128[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for SipHasher128[src]

impl Hasher for SipHasher128[src]

fn write_u128(&mut self, i: u128)1.26.0[src]

Writes a single u128 into this hasher.

fn write_i128(&mut self, i: i128)1.26.0[src]

Writes a single i128 into this hasher.

Auto Trait Implementations

Blanket Implementations

impl<T> Erased for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<E> SpecializationError for E[src]