Struct inanis::perft::context::PerftStats
source · pub struct PerftStats {
pub captures: u64,
pub en_passants: u64,
pub castles: u64,
pub promotions: u64,
pub checks: u64,
}
Fields§
§captures: u64
§en_passants: u64
§castles: u64
§promotions: u64
§checks: u64
Trait Implementations§
source§impl Default for PerftStats
impl Default for PerftStats
source§fn default() -> PerftStats
fn default() -> PerftStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PerftStats
impl Send for PerftStats
impl Sync for PerftStats
impl Unpin for PerftStats
impl UnwindSafe for PerftStats
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