#[repr(C)]pub struct MapInfoUnitLocatorRoot_TextMeshProKind {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapInfoUnitLocatorRoot_TextMeshProKind
impl MapInfoUnitLocatorRoot_TextMeshProKind
pub fn battle_type() -> Self
pub fn phys_atk_title() -> Self
pub fn phys_atk_value() -> Self
pub fn def_title() -> Self
pub fn def_value() -> Self
pub fn mag_atk_title() -> Self
pub fn mag_atk_value() -> Self
pub fn res_title() -> Self
pub fn res_value() -> Self
pub fn hit_title() -> Self
pub fn hit_value() -> Self
pub fn avo_title() -> Self
pub fn avo_value() -> Self
pub fn crit_title() -> Self
pub fn crit_value() -> Self
pub fn crit_avo_title() -> Self
pub fn crit_avo_value() -> Self
pub fn skill_title() -> Self
pub fn skill_value() -> Self
pub fn spd_title() -> Self
pub fn spd_value() -> Self
pub fn move_title() -> Self
pub fn move_value() -> Self
pub fn phys_title() -> Self
pub fn phys_value() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for MapInfoUnitLocatorRoot_TextMeshProKind
impl Clone for MapInfoUnitLocatorRoot_TextMeshProKind
Source§fn clone(&self) -> MapInfoUnitLocatorRoot_TextMeshProKind
fn clone(&self) -> MapInfoUnitLocatorRoot_TextMeshProKind
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 MapInfoUnitLocatorRoot_TextMeshProKind
impl Debug for MapInfoUnitLocatorRoot_TextMeshProKind
Source§impl IlType for MapInfoUnitLocatorRoot_TextMeshProKind
impl IlType for MapInfoUnitLocatorRoot_TextMeshProKind
Source§impl PartialEq for MapInfoUnitLocatorRoot_TextMeshProKind
impl PartialEq for MapInfoUnitLocatorRoot_TextMeshProKind
Source§fn eq(&self, other: &MapInfoUnitLocatorRoot_TextMeshProKind) -> bool
fn eq(&self, other: &MapInfoUnitLocatorRoot_TextMeshProKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MapInfoUnitLocatorRoot_TextMeshProKind
impl Eq for MapInfoUnitLocatorRoot_TextMeshProKind
impl StructuralPartialEq for MapInfoUnitLocatorRoot_TextMeshProKind
Auto Trait Implementations§
impl Freeze for MapInfoUnitLocatorRoot_TextMeshProKind
impl RefUnwindSafe for MapInfoUnitLocatorRoot_TextMeshProKind
impl Send for MapInfoUnitLocatorRoot_TextMeshProKind
impl Sync for MapInfoUnitLocatorRoot_TextMeshProKind
impl Unpin for MapInfoUnitLocatorRoot_TextMeshProKind
impl UnwindSafe for MapInfoUnitLocatorRoot_TextMeshProKind
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)