Struct alcibiades::stock::StdTtableEntry [] [src]

pub struct StdTtableEntry { /* fields omitted */ }

Implements the TtableEntry trait.

Trait Implementations

impl Copy for StdTtableEntry
[src]

impl Clone for StdTtableEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StdTtableEntry
[src]

Formats the value using the given formatter.

impl TtableEntry for StdTtableEntry
[src]

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 the best/refutation move digest assigned to the position, or MoveDigest::invalid() if no move is available. Read more

Returns the static evaluation assigned to the position, or VALUE_UNKNOWN. Read more

Consumes the instance and returns a new instance with updated best/refutation move digest. Read more

Consumes the instance and returns a new instance with updated static evaluation.

Returns the relative importance of the entry. Read more