Struct inanis::cache::perft::PerftHashTableEntry
source · pub struct PerftHashTableEntry {
pub key: AtomicU64,
pub data: AtomicU64,
}
Fields§
§key: AtomicU64
§data: AtomicU64
Trait Implementations§
source§impl Default for PerftHashTableEntry
impl Default for PerftHashTableEntry
source§fn default() -> PerftHashTableEntry
fn default() -> PerftHashTableEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PerftHashTableEntry
impl Send for PerftHashTableEntry
impl Sync for PerftHashTableEntry
impl Unpin for PerftHashTableEntry
impl UnwindSafe for PerftHashTableEntry
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