Struct ncollide2d::utils::DeterministicState[][src]

pub struct DeterministicState;

A hasher builder that creates DefaultHasher with default keys.

Methods

impl DeterministicState
[src]

Creates a new DeterministicState that builds DefaultHasher with default keys.

Trait Implementations

impl BuildHasher for DeterministicState
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more

Auto Trait Implementations