#[repr(C)]pub struct BattleDetail_BattleParams {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl BattleDetail_BattleParams
impl BattleDetail_BattleParams
pub fn unit_attack() -> Self
pub fn unit_defense() -> Self
pub fn attack() -> Self
pub fn defense() -> Self
pub fn hit() -> Self
pub fn avoid() -> Self
pub fn critical() -> Self
pub fn secure() -> Self
pub fn continuous() -> Self
pub fn simple_power() -> Self
pub fn simple_hit() -> Self
pub fn simple_critical() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for BattleDetail_BattleParams
impl Clone for BattleDetail_BattleParams
Source§fn clone(&self) -> BattleDetail_BattleParams
fn clone(&self) -> BattleDetail_BattleParams
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_BattleParams
impl Debug for BattleDetail_BattleParams
Source§impl PartialEq for BattleDetail_BattleParams
impl PartialEq for BattleDetail_BattleParams
impl Copy for BattleDetail_BattleParams
impl Eq for BattleDetail_BattleParams
impl StructuralPartialEq for BattleDetail_BattleParams
Auto Trait Implementations§
impl Freeze for BattleDetail_BattleParams
impl RefUnwindSafe for BattleDetail_BattleParams
impl Send for BattleDetail_BattleParams
impl Sync for BattleDetail_BattleParams
impl Unpin for BattleDetail_BattleParams
impl UnwindSafe for BattleDetail_BattleParams
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)