pub struct Pos64(/* private fields */);Implementations§
Source§impl Pos64
impl Pos64
pub fn polyglot_is_pawn_beside( &self, i: usize, pawn_colour: PieceColour, ) -> bool
Trait Implementations§
impl Copy for Pos64
impl StructuralPartialEq for Pos64
Auto Trait Implementations§
impl Freeze for Pos64
impl RefUnwindSafe for Pos64
impl Send for Pos64
impl Sync for Pos64
impl Unpin for Pos64
impl UnwindSafe for Pos64
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