Enum usiagent::command::UsiScore [−][src]
pub enum UsiScore {
Cp(i64),
CpUpper(i64),
CpLower(i64),
Mate(UsiScoreMate),
MateUpper(i64),
MateLower(i64),
}Expand description
infoコマンドのscore
Variants
Cp(i64)score cp
Tuple Fields of Cp
0: i64CpUpper(i64)score cp upper
Tuple Fields of CpUpper
0: i64CpLower(i64)score cp lower
Tuple Fields of CpLower
0: i64Mate(UsiScoreMate)score mate
Tuple Fields of Mate
0: UsiScoreMateMateUpper(i64)score mate upper
Tuple Fields of MateUpper
0: i64MateLower(i64)score mate lower
Tuple Fields of MateLower
0: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UsiScore
impl UnwindSafe for UsiScore
Blanket Implementations
Mutably borrows from an owned value. Read more