pub struct MctsAction {
pub id: MctsId,
pub action: Action,
}Expand description
A structure bundling a game action with its targeted engine ID.
Fields§
§id: MctsId§action: ActionAuto Trait Implementations§
impl Freeze for MctsAction
impl RefUnwindSafe for MctsAction
impl Send for MctsAction
impl Sync for MctsAction
impl Unpin for MctsAction
impl UnsafeUnpin for MctsAction
impl UnwindSafe for MctsAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more