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