pub struct MctsResult {
pub s1: Vec<MctsSideResult>,
pub s2: Vec<MctsSideResult>,
pub iteration_count: u32,
}Fields§
§s1: Vec<MctsSideResult>§s2: Vec<MctsSideResult>§iteration_count: u32Auto Trait Implementations§
impl Freeze for MctsResult
impl RefUnwindSafe for MctsResult
impl Send for MctsResult
impl Sync for MctsResult
impl Unpin for MctsResult
impl UnwindSafe for MctsResult
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