Struct backgammon_simd::decision::RandomMoveDecision
source · pub struct RandomMoveDecision<R>(pub R);Tuple Fields§
§0: RTrait Implementations§
Auto Trait Implementations§
impl<R> RefUnwindSafe for RandomMoveDecision<R>where R: RefUnwindSafe,
impl<R> Send for RandomMoveDecision<R>where R: Send,
impl<R> Sync for RandomMoveDecision<R>where R: Sync,
impl<R> Unpin for RandomMoveDecision<R>where R: Unpin,
impl<R> UnwindSafe for RandomMoveDecision<R>where R: UnwindSafe,
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