Enum usiagent::shogi::KomaKind [−][src]
pub enum KomaKind {
Show 29 variants
SFu,
SKyou,
SKei,
SGin,
SKin,
SKaku,
SHisha,
SOu,
SFuN,
SKyouN,
SKeiN,
SGinN,
SKakuN,
SHishaN,
GFu,
GKyou,
GKei,
GGin,
GKin,
GKaku,
GHisha,
GOu,
GFuN,
GKyouN,
GKeiN,
GGinN,
GKakuN,
GHishaN,
Blank,
}
Expand description
盤面上の駒の種別
Variants
先手歩
先手香
先手桂
先手銀
先手金
先手角
先手飛車
王
先手と金
先手成り香
先手成り桂
先手成銀
先手馬
先手龍
後手歩
後手香
後手桂
後手銀
後手金
後手角
後手飛車
玉
後手と金
後手成り香
後手成り桂
後手成銀
後手馬
後手龍
駒無し
Implementations
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 KomaKind
impl UnwindSafe for KomaKind
Blanket Implementations
Mutably borrows from an owned value. Read more