Enum usiagent::event::UsiGo [−][src]
pub enum UsiGo {
Go(UsiGoTimeLimit),
Ponder(UsiGoTimeLimit),
Mate(UsiGoMateTimeLimit),
}Expand description
goコマンド
Variants
Go(UsiGoTimeLimit)go
Tuple Fields of Go
Ponder(UsiGoTimeLimit)go ponder
Tuple Fields of Ponder
Mate(UsiGoMateTimeLimit)go mate
Tuple Fields of Mate
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for UsiGo
impl UnwindSafe for UsiGo
Blanket Implementations
Mutably borrows from an owned value. Read more