Struct inanis::tablebases::WdlDtzResult
source · pub struct WdlDtzResult {
pub wdl: WdlResult,
pub dtz: u32,
pub move: Move,
}Fields§
§wdl: WdlResult§dtz: u32§move: MoveImplementations§
source§impl WdlDtzResult
impl WdlDtzResult
Auto Trait Implementations§
impl RefUnwindSafe for WdlDtzResult
impl Send for WdlDtzResult
impl Sync for WdlDtzResult
impl Unpin for WdlDtzResult
impl UnwindSafe for WdlDtzResult
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