#[repr(C)]pub struct BattleInfoSide_Status {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl BattleInfoSide_Status
impl BattleInfoSide_Status
pub fn offense() -> Self
pub fn defense() -> Self
pub fn chain_attack() -> Self
pub fn chain_guard() -> Self
pub fn engage_link() -> Self
pub fn ignore_position() -> Self
pub fn ignore_range() -> Self
pub fn magic() -> Self
pub fn rod() -> Self
pub fn heal_rod() -> Self
pub fn interference_rod() -> Self
pub fn long_range() -> Self
pub fn not_weapon() -> Self
pub fn not_attack() -> Self
pub fn not_stun() -> Self
pub fn move_chain_attack() -> Self
pub fn haunt_chain_attack() -> Self
pub fn exp_battle() -> Self
pub fn exp_destroy() -> Self
pub fn exp_rod() -> Self
pub fn exp_rod_miss() -> Self
pub fn give_exp_battle() -> Self
pub fn gained() -> Self
pub fn dead() -> Self
pub fn chain_attacked() -> Self
pub fn chain_guarded() -> Self
pub fn blown() -> Self
pub fn bounced() -> Self
pub fn breaked() -> Self
pub fn interrupting() -> Self
pub fn change_dragon() -> Self
pub fn mask_no_attack() -> Self
pub fn mask_exp() -> Self
pub fn mask_chain() -> Self
Trait Implementations§
Source§impl Clone for BattleInfoSide_Status
impl Clone for BattleInfoSide_Status
Source§fn clone(&self) -> BattleInfoSide_Status
fn clone(&self) -> BattleInfoSide_Status
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 BattleInfoSide_Status
impl Debug for BattleInfoSide_Status
Source§impl PartialEq for BattleInfoSide_Status
impl PartialEq for BattleInfoSide_Status
impl Copy for BattleInfoSide_Status
impl Eq for BattleInfoSide_Status
impl IBitFieldTemplate32_1<BattleInfoSide_Status> for BattleInfoSide_BitFieldStatus
impl StructuralPartialEq for BattleInfoSide_Status
Auto Trait Implementations§
impl Freeze for BattleInfoSide_Status
impl RefUnwindSafe for BattleInfoSide_Status
impl Send for BattleInfoSide_Status
impl Sync for BattleInfoSide_Status
impl Unpin for BattleInfoSide_Status
impl UnwindSafe for BattleInfoSide_Status
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)