Struct fnv::FnvHasher [−][src]
pub struct FnvHasher(_);
Expand description
An implementation of the Fowler–Noll–Vo hash function.
See the crate documentation for more details.
Implementations
Trait Implementations
Writes a single u128
into this hasher.
Writes a single usize
into this hasher.
Writes a single i128
into this hasher.
Writes a single isize
into this hasher.
Auto Trait Implementations
impl RefUnwindSafe for FnvHasher
impl UnwindSafe for FnvHasher