Struct usiagent::selfmatch::FileSfenKifuWriter[][src]

pub struct FileSfenKifuWriter { /* fields omitted */ }
Expand description

ファイルに記録するSelfMatchKifuWriterの実装

Implementations

FileSfenKifuWriterの生成

Arguments
  • file - 書き込み先ファイル

Trait Implementations

Formats the value using the given formatter. Read more

ファイルに棋譜を書き込む

Arguments
  • initial_sfen - 開始時の局面のsfen文字列表現
  • m - 開始局面からの指し手のリスト

開始時の局面のsfen文字列とVec<Move>から棋譜のsfen文字列を生成するメソッドのデフォルト実装 Read more

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.