#[repr(C)]pub struct AIThink_HealRodScoreImplResult {}Expand description
Implementations§
Source§impl AIThink_HealRodScoreImplResult
impl AIThink_HealRodScoreImplResult
Sourcepub fn get_move_x(&mut self) -> i32
pub fn get_move_x(&mut self) -> i32
get_MoveX() overload
Sourcepub fn set_move_x(&mut self, value: impl Into<i32>)
pub fn set_move_x(&mut self, value: impl Into<i32>)
set_MoveX(i32) overload
Sourcepub fn get_move_z(&mut self) -> i32
pub fn get_move_z(&mut self) -> i32
get_MoveZ() overload
Sourcepub fn set_move_z(&mut self, value: impl Into<i32>)
pub fn set_move_z(&mut self, value: impl Into<i32>)
set_MoveZ(i32) overload
Sourcepub fn get_attack_x(&mut self) -> i32
pub fn get_attack_x(&mut self) -> i32
get_AttackX() overload
Sourcepub fn set_attack_x(&mut self, value: impl Into<i32>)
pub fn set_attack_x(&mut self, value: impl Into<i32>)
set_AttackX(i32) overload
Sourcepub fn get_attack_z(&mut self) -> i32
pub fn get_attack_z(&mut self) -> i32
get_AttackZ() overload
Sourcepub fn set_attack_z(&mut self, value: impl Into<i32>)
pub fn set_attack_z(&mut self, value: impl Into<i32>)
set_AttackZ(i32) overload
Sourcepub fn get_damage(&mut self) -> i32
pub fn get_damage(&mut self) -> i32
get_Damage() overload
Sourcepub fn set_damage(&mut self, value: impl Into<i32>)
pub fn set_damage(&mut self, value: impl Into<i32>)
set_Damage(i32) overload
Source§impl AIThink_HealRodScoreImplResult
impl AIThink_HealRodScoreImplResult
pub fn get_move_x_method_info() -> &'static MethodInfo
pub fn set_move_x_method_info() -> &'static MethodInfo
pub fn get_move_z_method_info() -> &'static MethodInfo
pub fn set_move_z_method_info() -> &'static MethodInfo
pub fn get_attack_x_method_info() -> &'static MethodInfo
pub fn set_attack_x_method_info() -> &'static MethodInfo
pub fn get_attack_z_method_info() -> &'static MethodInfo
pub fn set_attack_z_method_info() -> &'static MethodInfo
pub fn get_heal_method_info() -> &'static MethodInfo
pub fn set_heal_method_info() -> &'static MethodInfo
pub fn get_damage_method_info() -> &'static MethodInfo
pub fn set_damage_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AIThink_HealRodScoreImplResult
impl Clone for AIThink_HealRodScoreImplResult
Source§fn clone(&self) -> AIThink_HealRodScoreImplResult
fn clone(&self) -> AIThink_HealRodScoreImplResult
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_HealRodScoreImplResult
Auto Trait Implementations§
impl Freeze for AIThink_HealRodScoreImplResult
impl RefUnwindSafe for AIThink_HealRodScoreImplResult
impl Send for AIThink_HealRodScoreImplResult
impl Sync for AIThink_HealRodScoreImplResult
impl Unpin for AIThink_HealRodScoreImplResult
impl UnwindSafe for AIThink_HealRodScoreImplResult
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)