Enum usiagent::shogi::ObtainKind [−][src]
pub enum ObtainKind {
Show 14 variants
Fu,
Kyou,
Kei,
Gin,
Kin,
Kaku,
Hisha,
Ou,
FuN,
KyouN,
KeiN,
GinN,
KakuN,
HishaN,
}
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 ObtainKind
impl Send for ObtainKind
impl Sync for ObtainKind
impl Unpin for ObtainKind
impl UnwindSafe for ObtainKind
Blanket Implementations
Mutably borrows from an owned value. Read more