Enum usiagent::event::SystemEventKind [−][src]
pub enum SystemEventKind {
Usi,
IsReady,
SetOption,
UsiNewGame,
Position,
Go,
Stop,
PonderHit,
Quit,
GameOver,
SendUsiCommand,
QuitReady,
}
Expand description
システムイベント種別
Variants
usiコマンド受信イベント
isreadyコマンド受信イベント
setoptionコマンド受信イベント
usinewgameコマンド受信イベント
positionコマンド受信イベント
goコマンド受信イベント
stopコマンド受信イベント
ponderhitコマンド受信イベント
quitコマンド受信イベント
gomeoverコマンド受信イベント
USIコマンド送信要求
終了
Trait Implementations
Performs the conversion.
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 SystemEventKind
impl Send for SystemEventKind
impl Sync for SystemEventKind
impl Unpin for SystemEventKind
impl UnwindSafe for SystemEventKind
Blanket Implementations
Mutably borrows from an owned value. Read more