#[repr(C)]pub struct AIThink_GodSkillTypes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AIThink_GodSkillTypes
impl AIThink_GodSkillTypes
pub fn none() -> Self
pub fn remagic() -> Self
pub fn before_move() -> Self
pub fn vision() -> Self
pub fn overlap() -> Self
pub fn support() -> Self
pub fn engage_guard() -> Self
pub fn pull_back() -> Self
pub fn god_change() -> Self
pub fn decoy() -> Self
pub fn strategy() -> Self
pub fn strategy_holy_shield() -> Self
pub fn trimasteries() -> Self
pub fn contract() -> Self
pub fn gaze() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for AIThink_GodSkillTypes
impl Clone for AIThink_GodSkillTypes
Source§fn clone(&self) -> AIThink_GodSkillTypes
fn clone(&self) -> AIThink_GodSkillTypes
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 AIThink_GodSkillTypes
impl Debug for AIThink_GodSkillTypes
Source§impl PartialEq for AIThink_GodSkillTypes
impl PartialEq for AIThink_GodSkillTypes
impl Copy for AIThink_GodSkillTypes
impl Eq for AIThink_GodSkillTypes
impl StructuralPartialEq for AIThink_GodSkillTypes
Auto Trait Implementations§
impl Freeze for AIThink_GodSkillTypes
impl RefUnwindSafe for AIThink_GodSkillTypes
impl Send for AIThink_GodSkillTypes
impl Sync for AIThink_GodSkillTypes
impl Unpin for AIThink_GodSkillTypes
impl UnwindSafe for AIThink_GodSkillTypes
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)