Struct inanis::cache::pawns::PHTableResult
source · pub struct PHTableResult {
pub key: u16,
pub score_opening: i16,
pub score_ending: i16,
}Fields§
§key: u16§score_opening: i16§score_ending: i16Implementations§
source§impl PHTableResult
impl PHTableResult
Auto Trait Implementations§
impl RefUnwindSafe for PHTableResult
impl Send for PHTableResult
impl Sync for PHTableResult
impl Unpin for PHTableResult
impl UnwindSafe for PHTableResult
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