#[repr(C)]pub struct MapInfoUnit_SpriteKind {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapInfoUnit_SpriteKind
impl MapInfoUnit_SpriteKind
pub fn num0() -> Self
pub fn num1() -> Self
pub fn num2() -> Self
pub fn num3() -> Self
pub fn num4() -> Self
pub fn num5() -> Self
pub fn num6() -> Self
pub fn num7() -> Self
pub fn num8() -> Self
pub fn num9() -> Self
pub fn phys_atk_title() -> Self
pub fn def_title() -> Self
pub fn mag_atk_title() -> Self
pub fn res_title() -> Self
pub fn hit_title() -> Self
pub fn avo_title() -> Self
pub fn crit_title() -> Self
pub fn crit_avo_title() -> Self
pub fn skill_title() -> Self
pub fn spd_title() -> Self
pub fn move_title() -> Self
pub fn phys_title() -> Self
pub fn special_atk_title() -> Self
pub fn value_empty() -> Self
pub fn value_infinity() -> Self
pub fn battle_type_none() -> Self
pub fn battle_type_cooperation() -> Self
pub fn battle_type_horse() -> Self
pub fn battle_type_covert() -> Self
pub fn battle_type_heavy() -> Self
pub fn battle_type_fly() -> Self
pub fn battle_type_magic() -> Self
pub fn battle_type_prana() -> Self
pub fn battle_type_dragon() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for MapInfoUnit_SpriteKind
impl Clone for MapInfoUnit_SpriteKind
Source§fn clone(&self) -> MapInfoUnit_SpriteKind
fn clone(&self) -> MapInfoUnit_SpriteKind
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 MapInfoUnit_SpriteKind
impl Debug for MapInfoUnit_SpriteKind
Source§impl PartialEq for MapInfoUnit_SpriteKind
impl PartialEq for MapInfoUnit_SpriteKind
impl Copy for MapInfoUnit_SpriteKind
impl Eq for MapInfoUnit_SpriteKind
impl StructuralPartialEq for MapInfoUnit_SpriteKind
Auto Trait Implementations§
impl Freeze for MapInfoUnit_SpriteKind
impl RefUnwindSafe for MapInfoUnit_SpriteKind
impl Send for MapInfoUnit_SpriteKind
impl Sync for MapInfoUnit_SpriteKind
impl Unpin for MapInfoUnit_SpriteKind
impl UnwindSafe for MapInfoUnit_SpriteKind
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)