Struct fasthash::city::CityHasher64 [] [src]

pub struct CityHasher64 { /* fields omitted */ }

An implementation of std::hash::Hasher.

Trait Implementations

impl Clone for CityHasher64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for CityHasher64
[src]

[src]

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

impl Hasher for CityHasher64
[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 FastHasher for CityHasher64
[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 CityHasher64
[src]

[src]

Performs the conversion.

impl BufHasher for CityHasher64
[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.