Enum usiagent::OnAcceptMove[][src]

pub enum OnAcceptMove {
    Some(BestMove),
    None,
}
Expand description

go ponderによって生成された手を相手の指し手が決まるまで覚えておくための構造体

Variants

Some(BestMove)

指し手を格納済み

Tuple Fields of Some

0: BestMove
None

まだ指し手が格納されていない

Implementations

OnAcceptMoveの生成

Arguments
  • m - 指し手

覚えておいた手を通知する

Arguments
  • system_event_queue - システムイベントキュー
  • on_error_handler - エラーハンドラー

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.