Struct inanis::evaluation::mobility::EvalAux
source · pub struct EvalAux {
pub king_area_threats: i8,
}
Fields§
§king_area_threats: i8
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EvalAux
impl Send for EvalAux
impl Sync for EvalAux
impl Unpin for EvalAux
impl UnwindSafe for EvalAux
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