Enum usiagent::shogi::MochigomaCollections [−][src]
Expand description
持ち駒
Variants
持ち駒が先手後手とも無し
先手後手それぞれの持ち駒をHashMap<MochigomaKind,u32>
で表現
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MochigomaCollections
impl Send for MochigomaCollections
impl Sync for MochigomaCollections
impl Unpin for MochigomaCollections
impl UnwindSafe for MochigomaCollections
Blanket Implementations
Mutably borrows from an owned value. Read more