Struct fasthash::murmur3::Murmur3Hasher_x86_128 [] [src]

pub struct Murmur3Hasher_x86_128 { /* fields omitted */ }

An implementation of std::hash::Hasher and fasthash::HasherExt.

Trait Implementations

impl Clone for Murmur3Hasher_x86_128
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Murmur3Hasher_x86_128
[src]

[src]

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

impl Hasher for Murmur3Hasher_x86_128
[src]

[src]

Returns the hash value for the values written so far. Read more

[src]

Writes some data into this Hasher. Read more

1.3.0
[src]

Writes a single u8 into this hasher.

1.3.0
[src]

Writes a single u16 into this hasher.

1.3.0
[src]

Writes a single u32 into this hasher.

1.3.0
[src]

Writes a single u64 into this hasher.

[src]

🔬 This is a nightly-only experimental API. (i128)

Writes a single u128 into this hasher.

1.3.0
[src]

Writes a single usize into this hasher.

1.3.0
[src]

Writes a single i8 into this hasher.

1.3.0
[src]

Writes a single i16 into this hasher.

1.3.0
[src]

Writes a single i32 into this hasher.

1.3.0
[src]

Writes a single i64 into this hasher.

[src]

🔬 This is a nightly-only experimental API. (i128)

Writes a single i128 into this hasher.

1.3.0
[src]

Writes a single isize into this hasher.

impl HasherExt for Murmur3Hasher_x86_128
[src]

[src]

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

impl FastHasher for Murmur3Hasher_x86_128
[src]

The seed to generate hash value.

[src]

Constructs a new FastHasher.

[src]

Constructs a new FastHasher with seed.

[src]

Constructs a new FastHasher with a random seed.

impl AsRef<[u8]> for Murmur3Hasher_x86_128
[src]

[src]

Performs the conversion.

impl BufHasher for Murmur3Hasher_x86_128
[src]

[src]

Constructs a buffered hasher with capacity and seed

[src]

Returns the number of bytes in the buffer.

[src]

Extracts a slice containing the entire buffer.