#[repr(C)]pub struct AIThink_OverlapSkills {
pub m_skills: Array<SkillData>,
pub m_count: i32,
}Expand description
Fields§
§m_skills: Array<SkillData>§m_count: i32Implementations§
Source§impl AIThink_OverlapSkills
impl AIThink_OverlapSkills
pub fn prepare_method_info() -> &'static MethodInfo
pub fn add_method_info() -> &'static MethodInfo
pub fn get_by_random_method_info() -> &'static MethodInfo
pub fn get_count_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AIThink_OverlapSkills
impl Clone for AIThink_OverlapSkills
Source§fn clone(&self) -> AIThink_OverlapSkills
fn clone(&self) -> AIThink_OverlapSkills
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_OverlapSkills
Auto Trait Implementations§
impl Freeze for AIThink_OverlapSkills
impl RefUnwindSafe for AIThink_OverlapSkills
impl Send for AIThink_OverlapSkills
impl Sync for AIThink_OverlapSkills
impl Unpin for AIThink_OverlapSkills
impl UnwindSafe for AIThink_OverlapSkills
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)