#[repr(C)]pub struct BattleDetail_BaseParams {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl BattleDetail_BaseParams
impl BattleDetail_BaseParams
pub fn battle_count() -> Self
pub fn action_count() -> Self
pub fn attack_count() -> Self
pub fn terrain_defense() -> Self
pub fn terrain_avoid() -> Self
pub fn support_hit() -> Self
pub fn support_avoid() -> Self
pub fn support_critical() -> Self
pub fn support_secure() -> Self
pub fn weapon_attack() -> Self
pub fn weapon_efficacy() -> Self
pub fn weapon_hit() -> Self
pub fn weapon_avoid() -> Self
pub fn weapon_critical() -> Self
pub fn weapon_secure() -> Self
pub fn weapon_weight() -> Self
pub fn skill_correct() -> Self
pub fn god_skill_correct() -> Self
pub fn blow_ratio() -> Self
pub fn blow_distance() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for BattleDetail_BaseParams
impl Clone for BattleDetail_BaseParams
Source§fn clone(&self) -> BattleDetail_BaseParams
fn clone(&self) -> BattleDetail_BaseParams
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 moreSource§impl Debug for BattleDetail_BaseParams
impl Debug for BattleDetail_BaseParams
Source§impl PartialEq for BattleDetail_BaseParams
impl PartialEq for BattleDetail_BaseParams
impl Copy for BattleDetail_BaseParams
impl Eq for BattleDetail_BaseParams
impl StructuralPartialEq for BattleDetail_BaseParams
Auto Trait Implementations§
impl Freeze for BattleDetail_BaseParams
impl RefUnwindSafe for BattleDetail_BaseParams
impl Send for BattleDetail_BaseParams
impl Sync for BattleDetail_BaseParams
impl Unpin for BattleDetail_BaseParams
impl UnwindSafe for BattleDetail_BaseParams
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)