Struct backgammon_simd::movegen::simd::Simd1MoveGenerator
source · pub struct Simd1MoveGenerator;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Simd1MoveGenerator
impl Send for Simd1MoveGenerator
impl Sync for Simd1MoveGenerator
impl Unpin for Simd1MoveGenerator
impl UnwindSafe for Simd1MoveGenerator
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