Struct twox_hash::XxHash [] [src]

pub struct XxHash { /* fields omitted */ }

Methods

impl XxHash
[src]

Trait Implementations

impl Debug for XxHash
[src]

Formats the value using the given formatter.

impl Copy for XxHash
[src]

impl Clone for XxHash
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for XxHash
[src]

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

impl Hasher for XxHash
[src]

Writes some data into this Hasher.

Completes a round of hashing, producing the output hash generated.

Write a single u8 into this hasher.

Writes a single u16 into this hasher.

Writes a single u32 into this hasher.

Writes a single u64 into this hasher.

Writes a single usize into this hasher.

Writes a single i8 into this hasher.

Writes a single i16 into this hasher.

Writes a single i32 into this hasher.

Writes a single i64 into this hasher.

Writes a single isize into this hasher.