fxhash
0.2.1
HashWord
Required Methods
hash_word
Implementations on Foreign Types
u32
u64
usize
Object Safety
Implementors
In crate fxhash
Trait
fxhash
::
HashWord
Copy item path
source
·
[
−
]
pub(crate) trait HashWord { // Required method fn
hash_word
(&mut self, _: Self); }
Required Methods
§
source
fn
hash_word
(&mut self, _: Self)
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
HashWord
for
u32
source
§
fn
hash_word
(&mut self, word: Self)
source
§
impl
HashWord
for
u64
source
§
fn
hash_word
(&mut self, word: Self)
source
§
impl
HashWord
for
usize
source
§
fn
hash_word
(&mut self, word: Self)
Implementors
§