#[repr(C)]pub struct SkillArray_Entity {
pub value: u32,
}Expand description
Fields§
§value: u32Implementations§
Source§impl SkillArray_Entity
impl SkillArray_Entity
Sourcepub fn ctor(
&mut self,
index: impl Into<i32>,
group: impl Into<i32>,
category: impl Into<SkillData_Categorys>,
age: impl Into<i32>,
)
pub fn ctor( &mut self, index: impl Into<i32>, group: impl Into<i32>, category: impl Into<SkillData_Categorys>, age: impl Into<i32>, )
.ctor(i32, i32, crate::app::skilldata::SkillData_Categorys, i32) overload
Sourcepub fn get_category(&mut self) -> SkillData_Categorys
pub fn get_category(&mut self) -> SkillData_Categorys
get_Category() overload
Sourcepub fn set_category(&mut self, value: impl Into<SkillData_Categorys>)
pub fn set_category(&mut self, value: impl Into<SkillData_Categorys>)
set_Category(crate::app::skilldata::SkillData_Categorys) overload
Source§impl SkillArray_Entity
impl SkillArray_Entity
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_index_method_info() -> &'static MethodInfo
pub fn set_index_method_info() -> &'static MethodInfo
pub fn get_group_method_info() -> &'static MethodInfo
pub fn set_group_method_info() -> &'static MethodInfo
pub fn get_age_method_info() -> &'static MethodInfo
pub fn set_age_method_info() -> &'static MethodInfo
pub fn get_category_method_info() -> &'static MethodInfo
pub fn set_category_method_info() -> &'static MethodInfo
pub fn get_skill_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for SkillArray_Entity
impl ClassIdentity for SkillArray_Entity
Source§impl Clone for SkillArray_Entity
impl Clone for SkillArray_Entity
Source§fn clone(&self) -> SkillArray_Entity
fn clone(&self) -> SkillArray_Entity
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 SkillArray_Entity
Auto Trait Implementations§
impl Freeze for SkillArray_Entity
impl RefUnwindSafe for SkillArray_Entity
impl Send for SkillArray_Entity
impl Sync for SkillArray_Entity
impl Unpin for SkillArray_Entity
impl UnwindSafe for SkillArray_Entity
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)