#[repr(C)]pub struct AIThink_Think {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AIThink_Think
impl AIThink_Think
pub fn none() -> Self
pub fn cause() -> Self
pub fn mind() -> Self
pub fn attack() -> Self
pub fn attack_long_range() -> Self
pub fn attack_high() -> Self
pub fn attack_middle() -> Self
pub fn attack_low() -> Self
pub fn move() -> Self
pub fn entrust_heal() -> Self
pub fn entrust_attack() -> Self
pub fn entrust_move() -> Self
pub fn entrust_fixed() -> Self
pub fn uncontroll_heal() -> Self
pub fn uncontroll_attack() -> Self
pub fn uncontroll_move() -> Self
pub fn uncontroll_fixed() -> Self
Trait Implementations§
Source§impl ClassIdentity for AIThink_Think
impl ClassIdentity for AIThink_Think
Source§impl Clone for AIThink_Think
impl Clone for AIThink_Think
Source§fn clone(&self) -> AIThink_Think
fn clone(&self) -> AIThink_Think
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_Think
impl Debug for AIThink_Think
Source§impl PartialEq for AIThink_Think
impl PartialEq for AIThink_Think
impl Copy for AIThink_Think
impl Eq for AIThink_Think
impl StructuralPartialEq for AIThink_Think
Auto Trait Implementations§
impl Freeze for AIThink_Think
impl RefUnwindSafe for AIThink_Think
impl Send for AIThink_Think
impl Sync for AIThink_Think
impl Unpin for AIThink_Think
impl UnwindSafe for AIThink_Think
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)