#[repr(C)]pub struct AIThink_EngageWaitRangeScore {
pub score: u32,
pub x: i32,
pub z: i32,
}Expand description
Fields§
§score: u32§x: i32§z: i32Implementations§
Source§impl AIThink_EngageWaitRangeScore
impl AIThink_EngageWaitRangeScore
Sourcepub fn new() -> AIThink_EngageWaitRangeScore
pub fn new() -> AIThink_EngageWaitRangeScore
New(*mutcrate::app::aithink::AIThink_EngageWaitRangeScore) overload
Source§impl AIThink_EngageWaitRangeScore
impl AIThink_EngageWaitRangeScore
Sourcepub fn compare_and_swap(
&mut self,
temp_score: impl Into<u32>,
temp_x: impl Into<i32>,
temp_z: impl Into<i32>,
)
pub fn compare_and_swap( &mut self, temp_score: impl Into<u32>, temp_x: impl Into<i32>, temp_z: impl Into<i32>, )
CompareAndSwap(u32, i32, i32) overload
Source§impl AIThink_EngageWaitRangeScore
impl AIThink_EngageWaitRangeScore
pub fn compare_and_swap_method_info() -> &'static MethodInfo
pub fn new_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AIThink_EngageWaitRangeScore
impl Clone for AIThink_EngageWaitRangeScore
Source§fn clone(&self) -> AIThink_EngageWaitRangeScore
fn clone(&self) -> AIThink_EngageWaitRangeScore
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 moreimpl Copy for AIThink_EngageWaitRangeScore
Auto Trait Implementations§
impl Freeze for AIThink_EngageWaitRangeScore
impl RefUnwindSafe for AIThink_EngageWaitRangeScore
impl Send for AIThink_EngageWaitRangeScore
impl Sync for AIThink_EngageWaitRangeScore
impl Unpin for AIThink_EngageWaitRangeScore
impl UnwindSafe for AIThink_EngageWaitRangeScore
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)