#[repr(C)]pub struct GodData_AIEngageAttackTypes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl GodData_AIEngageAttackTypes
impl GodData_AIEngageAttackTypes
pub fn none() -> Self
pub fn attack() -> Self
pub fn attack_pierce() -> Self
pub fn attack_charge() -> Self
pub fn heal() -> Self
pub fn dance() -> Self
pub fn bless() -> Self
pub fn attack_wait() -> Self
pub fn overlap() -> Self
pub fn summon() -> Self
Trait Implementations§
Source§impl Clone for GodData_AIEngageAttackTypes
impl Clone for GodData_AIEngageAttackTypes
Source§fn clone(&self) -> GodData_AIEngageAttackTypes
fn clone(&self) -> GodData_AIEngageAttackTypes
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 GodData_AIEngageAttackTypes
impl Debug for GodData_AIEngageAttackTypes
Source§impl PartialEq for GodData_AIEngageAttackTypes
impl PartialEq for GodData_AIEngageAttackTypes
impl Copy for GodData_AIEngageAttackTypes
impl Eq for GodData_AIEngageAttackTypes
impl StructuralPartialEq for GodData_AIEngageAttackTypes
Auto Trait Implementations§
impl Freeze for GodData_AIEngageAttackTypes
impl RefUnwindSafe for GodData_AIEngageAttackTypes
impl Send for GodData_AIEngageAttackTypes
impl Sync for GodData_AIEngageAttackTypes
impl Unpin for GodData_AIEngageAttackTypes
impl UnwindSafe for GodData_AIEngageAttackTypes
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)