Struct usiagent::rule::Kyokumen [−][src]
pub struct Kyokumen {
pub teban: Teban,
pub mc: MochigomaCollections,
pub state: State,
}Expand description
局面情報
Fields
teban: Tebanmc: MochigomaCollectionsstate: StateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kyokumen
impl UnwindSafe for Kyokumen
Blanket Implementations
Mutably borrows from an owned value. Read more