#[repr(C)]pub struct MapInfoUnitLocatorRoot_ImageKind {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapInfoUnitLocatorRoot_ImageKind
impl MapInfoUnitLocatorRoot_ImageKind
pub fn battle_type() -> Self
pub fn phys_atk_title() -> Self
pub fn phys_atk_value() -> Self
pub fn phys_atk_value1() -> Self
pub fn phys_atk_value2() -> Self
pub fn phys_atk_value3() -> Self
pub fn phys_atk_value_empty() -> Self
pub fn def_title() -> Self
pub fn def_value() -> Self
pub fn def_value1() -> Self
pub fn def_value2() -> Self
pub fn def_value3() -> Self
pub fn def_value_empty() -> Self
pub fn mag_atk_title() -> Self
pub fn mag_atk_value() -> Self
pub fn mag_atk_value1() -> Self
pub fn mag_atk_value2() -> Self
pub fn mag_atk_value3() -> Self
pub fn mag_atk_value_empty() -> Self
pub fn res_title() -> Self
pub fn res_value() -> Self
pub fn res_value1() -> Self
pub fn res_value2() -> Self
pub fn res_value3() -> Self
pub fn res_value_empty() -> Self
pub fn hit_title() -> Self
pub fn hit_value() -> Self
pub fn hit_value1() -> Self
pub fn hit_value2() -> Self
pub fn hit_value3() -> Self
pub fn hit_value_empty() -> Self
pub fn hit_value_infinity() -> Self
pub fn avo_title() -> Self
pub fn avo_value() -> Self
pub fn avo_value1() -> Self
pub fn avo_value2() -> Self
pub fn avo_value3() -> Self
pub fn avo_value_empty() -> Self
pub fn crit_title() -> Self
pub fn crit_value() -> Self
pub fn crit_value1() -> Self
pub fn crit_value2() -> Self
pub fn crit_value3() -> Self
pub fn crit_value_empty() -> Self
pub fn crit_avo_title() -> Self
pub fn crit_avo_value() -> Self
pub fn crit_avo_value1() -> Self
pub fn crit_avo_value2() -> Self
pub fn crit_avo_value3() -> Self
pub fn crit_avo_value_empty() -> Self
pub fn skill_title() -> Self
pub fn skill_value() -> Self
pub fn skill_value1() -> Self
pub fn skill_value2() -> Self
pub fn skill_value3() -> Self
pub fn skill_value_empty() -> Self
pub fn spd_title() -> Self
pub fn spd_value() -> Self
pub fn spd_value1() -> Self
pub fn spd_value2() -> Self
pub fn spd_value3() -> Self
pub fn spd_value_empty() -> Self
pub fn move_title() -> Self
pub fn move_value() -> Self
pub fn move_value1() -> Self
pub fn move_value2() -> Self
pub fn move_value3() -> Self
pub fn move_value_empty() -> Self
pub fn phys_title() -> Self
pub fn phys_value() -> Self
pub fn phys_value1() -> Self
pub fn phys_value2() -> Self
pub fn phys_value3() -> Self
pub fn phys_value_empty() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for MapInfoUnitLocatorRoot_ImageKind
impl Clone for MapInfoUnitLocatorRoot_ImageKind
Source§fn clone(&self) -> MapInfoUnitLocatorRoot_ImageKind
fn clone(&self) -> MapInfoUnitLocatorRoot_ImageKind
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_ImageKind
impl Debug for MapInfoUnitLocatorRoot_ImageKind
Source§impl PartialEq for MapInfoUnitLocatorRoot_ImageKind
impl PartialEq for MapInfoUnitLocatorRoot_ImageKind
impl Copy for MapInfoUnitLocatorRoot_ImageKind
impl Eq for MapInfoUnitLocatorRoot_ImageKind
impl StructuralPartialEq for MapInfoUnitLocatorRoot_ImageKind
Auto Trait Implementations§
impl Freeze for MapInfoUnitLocatorRoot_ImageKind
impl RefUnwindSafe for MapInfoUnitLocatorRoot_ImageKind
impl Send for MapInfoUnitLocatorRoot_ImageKind
impl Sync for MapInfoUnitLocatorRoot_ImageKind
impl Unpin for MapInfoUnitLocatorRoot_ImageKind
impl UnwindSafe for MapInfoUnitLocatorRoot_ImageKind
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)