Struct inanis::tablebases::syzygy::bindings::TbRootMoves
source · #[repr(C)]pub struct TbRootMoves {
pub size: c_uint,
pub moves: [TbRootMove; 193],
}
Fields§
§size: c_uint
§moves: [TbRootMove; 193]
Trait Implementations§
source§impl Clone for TbRootMoves
impl Clone for TbRootMoves
source§fn clone(&self) -> TbRootMoves
fn clone(&self) -> TbRootMoves
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TbRootMoves
impl Debug for TbRootMoves
impl Copy for TbRootMoves
Auto Trait Implementations§
impl RefUnwindSafe for TbRootMoves
impl Send for TbRootMoves
impl Sync for TbRootMoves
impl Unpin for TbRootMoves
impl UnwindSafe for TbRootMoves
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