#[repr(C)]pub struct MapSequenceBattle_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapSequenceBattle_Label
impl MapSequenceBattle_Label
pub fn battle_start() -> Self
pub fn combat_rod() -> Self
pub fn simple_rod() -> Self
pub fn destroy() -> Self
pub fn combat_battle() -> Self
pub fn simple_battle() -> Self
pub fn multi_battle_start() -> Self
pub fn multi_battle_loop() -> Self
pub fn multi_battle_skip() -> Self
pub fn multi_battle_end() -> Self
pub fn die() -> Self
pub fn grow() -> Self
pub fn combat_after() -> Self
pub fn commit() -> Self
pub fn after() -> Self
pub fn last_boss_die() -> Self
pub fn engage_turn_recovery() -> Self
pub fn hp_stock_create() -> Self
pub fn end() -> Self
Trait Implementations§
Source§impl Clone for MapSequenceBattle_Label
impl Clone for MapSequenceBattle_Label
Source§fn clone(&self) -> MapSequenceBattle_Label
fn clone(&self) -> MapSequenceBattle_Label
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 MapSequenceBattle_Label
impl Debug for MapSequenceBattle_Label
Source§impl PartialEq for MapSequenceBattle_Label
impl PartialEq for MapSequenceBattle_Label
impl Copy for MapSequenceBattle_Label
impl Eq for MapSequenceBattle_Label
impl StructuralPartialEq for MapSequenceBattle_Label
Auto Trait Implementations§
impl Freeze for MapSequenceBattle_Label
impl RefUnwindSafe for MapSequenceBattle_Label
impl Send for MapSequenceBattle_Label
impl Sync for MapSequenceBattle_Label
impl Unpin for MapSequenceBattle_Label
impl UnwindSafe for MapSequenceBattle_Label
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)