Enum usiagent::command::UsiInfoSubCommandKind [−][src]
pub enum UsiInfoSubCommandKind {
Depth,
SelDepth,
Time,
Nodes,
Pv,
MultiPv,
Score,
CurMove,
Hashfull,
Nps,
Str,
}
Expand description
infoサブコマンドの種別
Variants
depth
seldepth
time
nodes
pv
multipv
score
currmove
hashfull
nps
string
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UsiInfoSubCommandKind
impl Send for UsiInfoSubCommandKind
impl Sync for UsiInfoSubCommandKind
impl Unpin for UsiInfoSubCommandKind
impl UnwindSafe for UsiInfoSubCommandKind
Blanket Implementations
Mutably borrows from an owned value. Read more