Enum usiagent::event::MovedKind [−][src]
pub enum MovedKind {
Show 16 variants
Fu,
Kyou,
Kei,
Gin,
Kin,
Kaku,
Hisha,
SOu,
GOu,
FuN,
KyouN,
KeiN,
GinN,
KakuN,
HishaN,
Blank,
}Expand description
動かした駒の種類
Variants
歩
香
桂
銀
金
角
飛車
王
玉
と金
成香
成桂
成銀
馬
龍
空白
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 MovedKind
impl UnwindSafe for MovedKind
Blanket Implementations
Mutably borrows from an owned value. Read more