pub enum UsiInfoSubCommandKind {
Depth,
SelDepth,
Time,
Nodes,
Pv,
MultiPv,
Score,
CurMove,
Hashfull,
Nps,
Str,
}Expand description
infoサブコマンドの種別
Variants§
Depth
depth
SelDepth
seldepth
Time
time
Nodes
nodes
Pv
pv
MultiPv
multipv
Score
score
CurMove
currmove
Hashfull
hashfull
Nps
nps
Str
string
Trait Implementations§
Source§impl Clone for UsiInfoSubCommandKind
impl Clone for UsiInfoSubCommandKind
Source§fn clone(&self) -> UsiInfoSubCommandKind
fn clone(&self) -> UsiInfoSubCommandKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UsiInfoSubCommandKind
impl Debug for UsiInfoSubCommandKind
Source§impl Hash for UsiInfoSubCommandKind
impl Hash for UsiInfoSubCommandKind
Source§impl PartialEq for UsiInfoSubCommandKind
impl PartialEq for UsiInfoSubCommandKind
impl Copy for UsiInfoSubCommandKind
impl Eq for UsiInfoSubCommandKind
impl StructuralPartialEq for UsiInfoSubCommandKind
Auto Trait Implementations§
impl Freeze for UsiInfoSubCommandKind
impl RefUnwindSafe for UsiInfoSubCommandKind
impl Send for UsiInfoSubCommandKind
impl Sync for UsiInfoSubCommandKind
impl Unpin for UsiInfoSubCommandKind
impl UnsafeUnpin for UsiInfoSubCommandKind
impl UnwindSafe for UsiInfoSubCommandKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more