Struct ncollide3d::utils::DeterministicState [−][src]
pub struct DeterministicState;
A hasher builder that creates DefaultHasher with default keys.
Implementations
impl DeterministicState[src]
impl DeterministicState[src]pub fn new() -> DeterministicState[src]
Creates a new DeterministicState that builds DefaultHasher with default keys.
Trait Implementations
impl BuildHasher for DeterministicState[src]
impl BuildHasher for DeterministicState[src]type Hasher = DefaultHasher
Type of the hasher that will be created.
fn build_hasher(&self) -> DefaultHasher[src]
Auto Trait Implementations
impl RefUnwindSafe for DeterministicState
impl Send for DeterministicState
impl Sync for DeterministicState
impl Unpin for DeterministicState
impl UnwindSafe for DeterministicState
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]