Struct murmurhash64::MurmurState
[−]
[src]
pub struct MurmurState(_);
Methods
impl MurmurState
[src]
fn new() -> MurmurState
Trait Implementations
impl Default for MurmurState
[src]
fn default() -> MurmurState
Returns the "default value" for a type. Read more
impl BuildHasher for MurmurState
[src]
type Hasher = MurmurHasher
Type of the hasher that will be created.
fn build_hasher(&self) -> MurmurHasher
Creates a new hasher. Read more