#[repr(C)]pub struct Dish_RelianceResult {
pub hero_unit_a: i32,
pub hero_unit_b: i32,
pub unit_a_unit_b: i32,
pub hero_unit_a_result: Dish_RelianceResult_TryResult,
pub hero_unit_b_result: Dish_RelianceResult_TryResult,
pub unit_a_unit_b_result: Dish_RelianceResult_TryResult,
pub hero: Unit,
pub unit_a: Unit,
pub unit_b: Unit,
}Expand description
Fields§
§hero_unit_a: i32§hero_unit_b: i32§unit_a_unit_b: i32§hero_unit_a_result: Dish_RelianceResult_TryResult§hero_unit_b_result: Dish_RelianceResult_TryResult§unit_a_unit_b_result: Dish_RelianceResult_TryResult§hero: Unit§unit_a: Unit§unit_b: UnitTrait Implementations§
Source§impl ClassIdentity for Dish_RelianceResult
impl ClassIdentity for Dish_RelianceResult
Source§impl Clone for Dish_RelianceResult
impl Clone for Dish_RelianceResult
Source§fn clone(&self) -> Dish_RelianceResult
fn clone(&self) -> Dish_RelianceResult
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Dish_RelianceResult
Auto Trait Implementations§
impl Freeze for Dish_RelianceResult
impl RefUnwindSafe for Dish_RelianceResult
impl !Send for Dish_RelianceResult
impl !Sync for Dish_RelianceResult
impl Unpin for Dish_RelianceResult
impl UnwindSafe for Dish_RelianceResult
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)