Struct nphysics3d::utils::DeterministicState [] [src]

pub struct DeterministicState;

A hasher builder that creates SipHasher with default keys.

Methods

impl DeterministicState
[src]

fn new() -> DeterministicState

Creates a new DeterministicState that builds SipHasher with default keys.

Trait Implementations

impl BuildHasher for DeterministicState
[src]

type Hasher = SipHasher

Type of the hasher that will be created.

fn build_hasher(&self) -> SipHasher

Creates a new hasher. Read more