#[repr(C)]pub struct UnitInfoParamManager_ValueType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl UnitInfoParamManager_ValueType
impl UnitInfoParamManager_ValueType
pub fn max_hp() -> Self
pub fn rating() -> Self
pub fn attack() -> Self
pub fn hit() -> Self
pub fn critical() -> Self
pub fn avoid() -> Self
pub fn secure() -> Self
pub fn continuous() -> Self
pub fn str() -> Self
pub fn magic() -> Self
pub fn tech() -> Self
pub fn quick() -> Self
pub fn def() -> Self
pub fn mdef() -> Self
pub fn luck() -> Self
pub fn phys() -> Self
pub fn move() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for UnitInfoParamManager_ValueType
impl Clone for UnitInfoParamManager_ValueType
Source§fn clone(&self) -> UnitInfoParamManager_ValueType
fn clone(&self) -> UnitInfoParamManager_ValueType
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 UnitInfoParamManager_ValueType
impl Debug for UnitInfoParamManager_ValueType
Source§impl PartialEq for UnitInfoParamManager_ValueType
impl PartialEq for UnitInfoParamManager_ValueType
impl Copy for UnitInfoParamManager_ValueType
impl Eq for UnitInfoParamManager_ValueType
impl StructuralPartialEq for UnitInfoParamManager_ValueType
Auto Trait Implementations§
impl Freeze for UnitInfoParamManager_ValueType
impl RefUnwindSafe for UnitInfoParamManager_ValueType
impl Send for UnitInfoParamManager_ValueType
impl Sync for UnitInfoParamManager_ValueType
impl Unpin for UnitInfoParamManager_ValueType
impl UnwindSafe for UnitInfoParamManager_ValueType
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)