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