#[repr(C)]pub struct MapMind_Type {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapMind_Type
impl MapMind_Type
pub fn none() -> Self
pub fn fixed() -> Self
pub fn talk() -> Self
pub fn attack() -> Self
pub fn engage_start() -> Self
pub fn engage_link() -> Self
pub fn engage_attack() -> Self
pub fn engage_rod() -> Self
pub fn engage_rewarp() -> Self
pub fn engage_charge() -> Self
pub fn cannon() -> Self
pub fn destroy() -> Self
pub fn rod() -> Self
pub fn item_use() -> Self
pub fn item() -> Self
pub fn trade() -> Self
pub fn visit() -> Self
pub fn breakdown() -> Self
pub fn breakdown_enemy() -> Self
pub fn escape() -> Self
pub fn breakthrough() -> Self
pub fn door() -> Self
pub fn torch() -> Self
pub fn treasure_box() -> Self
pub fn transporter() -> Self
pub fn rod_warp() -> Self
pub fn rod_warp_dest() -> Self
pub fn rod_rewarp() -> Self
pub fn rod_rewarp_dest() -> Self
pub fn rod_rescue() -> Self
pub fn rod_interference() -> Self
pub fn rod_torch() -> Self
pub fn rod_creation() -> Self
pub fn rod_nodus() -> Self
pub fn dance() -> Self
pub fn guard() -> Self
pub fn dragon_vein() -> Self
pub fn overlap_skill() -> Self
pub fn command_skill() -> Self
pub fn vision_create() -> Self
pub fn vision_delete() -> Self
pub fn god_change() -> Self
pub fn destroy_village() -> Self
pub fn turn_end() -> Self
pub fn surrender() -> Self
pub fn informal() -> Self
pub fn rod_heal() -> Self
pub fn rod_magic_shield() -> Self
pub fn full_bullet() -> Self
pub fn engage_wait() -> Self
pub fn engage_summon() -> Self
pub fn enchant() -> Self
pub fn contract() -> Self
Trait Implementations§
Source§impl ClassIdentity for MapMind_Type
impl ClassIdentity for MapMind_Type
Source§impl Clone for MapMind_Type
impl Clone for MapMind_Type
Source§fn clone(&self) -> MapMind_Type
fn clone(&self) -> MapMind_Type
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 MapMind_Type
impl Debug for MapMind_Type
Source§impl PartialEq for MapMind_Type
impl PartialEq for MapMind_Type
impl Copy for MapMind_Type
impl Eq for MapMind_Type
impl StructuralPartialEq for MapMind_Type
Auto Trait Implementations§
impl Freeze for MapMind_Type
impl RefUnwindSafe for MapMind_Type
impl Send for MapMind_Type
impl Sync for MapMind_Type
impl Unpin for MapMind_Type
impl UnwindSafe for MapMind_Type
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)