Struct inanis::cache::search::TTableResult
source · pub struct TTableResult {
pub key: u16,
pub score: i16,
pub best_move: Move,
pub depth: i8,
pub type: u8,
pub age: u8,
}
Fields§
§key: u16
§score: i16
§best_move: Move
§depth: i8
§type: u8
§age: u8
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TTableResult
impl Send for TTableResult
impl Sync for TTableResult
impl Unpin for TTableResult
impl UnwindSafe for TTableResult
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