[][src]Struct cetkaik_full_state_transition::state::A

pub struct A {
    pub f: Field,
    pub whose_turn: Side,
    pub season: Season,
    pub ia_owner_s_score: i32,
    pub rate: Rate,
    pub tam_has_moved_previously: bool,
}

Normal state. /一番普通の状態。

Fields

f: Fieldwhose_turn: Sideseason: Seasonia_owner_s_score: i32rate: Ratetam_has_moved_previously: bool

Trait Implementations

impl Clone for A[src]

impl Debug for A[src]

Auto Trait Implementations

impl RefUnwindSafe for A[src]

impl Send for A[src]

impl Sync for A[src]

impl Unpin for A[src]

impl UnwindSafe for A[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.