Enum usiagent::event::Moved [−][src]
Expand description
指された手
Variants
盤面上の駒の移動
Put(MochigomaKind, (u32, u32))持ち駒を置いた
Tuple Fields of Put
0: MochigomaKind1: (u32, u32)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 Moved
impl UnwindSafe for Moved
Blanket Implementations
Mutably borrows from an owned value. Read more