Struct twox_hash::RandomXxHashBuilder64
source · [−]pub struct RandomXxHashBuilder64(_);
Expand description
Constructs a randomized seed and reuses it for multiple hasher instances.
Trait Implementations
Creates a new hasher. Read more
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RandomXxHashBuilder64
impl Send for RandomXxHashBuilder64
impl Sync for RandomXxHashBuilder64
impl Unpin for RandomXxHashBuilder64
impl UnwindSafe for RandomXxHashBuilder64
Blanket Implementations
Mutably borrows from an owned value. Read more