Struct alcibiades::stock::StdHashTableEntry [] [src]

pub struct StdHashTableEntry { /* fields omitted */ }

Implements the HashTableEntry trait.

Trait Implementations

impl Copy for StdHashTableEntry
[src]

impl Clone for StdHashTableEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StdHashTableEntry
[src]

Formats the value using the given formatter.

impl HashTableEntry for StdHashTableEntry
[src]

Creates a new instance. Read more

Creates a new instance. Read more

Returns the value assigned to the position.

Returns the accuracy of the assigned value.

Returns the search depth for the assigned value.

Returns best or refutation move digest, or MoveDigest::invalid() if no move is available. Read more

Returns the static_eval passed to the constructor.

Sets a new best or refutation move digest. Read more

Returns the relative importance of the entry. Read more