Struct jumphash::JumpHasher [] [src]

pub struct JumpHasher { /* fields omitted */ }

Methods

impl JumpHasher
[src]

Returns a non-deterministic JumpHasher structure.

Returns a deterministic JumpHasher structure, seeded with two 64-bit keys.

Returns a slot for the key key, out of slot_count available slots.

Trait Implementations

impl Clone for JumpHasher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for JumpHasher
[src]

impl Debug for JumpHasher
[src]

Formats the value using the given formatter.

impl Default for JumpHasher
[src]

Returns a non-deterministic JumpHasher structure.