pub struct MoveScore(/* private fields */);Expand description
MoveScore encodes a move and the piece-square score change that the move creates
Implementations§
Trait Implementations§
impl Copy for MoveScore
Auto Trait Implementations§
impl Freeze for MoveScore
impl RefUnwindSafe for MoveScore
impl Send for MoveScore
impl Sync for MoveScore
impl Unpin for MoveScore
impl UnwindSafe for MoveScore
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