Skip to main content

IGodGrowthData_LevelDataMethods

Trait IGodGrowthData_LevelDataMethods 

Source
pub trait IGodGrowthData_LevelDataMethods: IGodGrowthData_LevelData {
Show 15 methods // Provided methods fn get_synchro_skills(self) -> SkillArray { ... } fn set_synchro_skills(self, value: impl Into<SkillArray>) { ... } fn get_engaged_skills(self) -> SkillArray { ... } fn set_engaged_skills(self, value: impl Into<SkillArray>) { ... } fn get_engage_skills(self) -> SkillArray { ... } fn set_engage_skills(self, value: impl Into<SkillArray>) { ... } fn get_style_engage_items(self) -> GodGrowthData_StyleItems { ... } fn set_style_engage_items(self, value: impl Into<GodGrowthData_StyleItems>) { ... } fn get_aptitude(self) -> WeaponMask { ... } fn set_aptitude(self, value: impl Into<WeaponMask>) { ... } fn get_flags(self) -> GodGrowthData_FlagField { ... } fn set_flags(self, value: impl Into<GodGrowthData_FlagField>) { ... } fn ctor(self) { ... } fn ctor_2(self, src: impl Into<GodGrowthData_LevelData>) { ... } fn add(self, data: impl Into<GodGrowthData>) { ... }
}

Provided Methods§

Source

fn get_synchro_skills(self) -> SkillArray

get_SynchroSkills() overload

Source

fn set_synchro_skills(self, value: impl Into<SkillArray>)

set_SynchroSkills(crate::app::skillarray::SkillArray) overload

Source

fn get_engaged_skills(self) -> SkillArray

get_EngagedSkills() overload

Source

fn set_engaged_skills(self, value: impl Into<SkillArray>)

set_EngagedSkills(crate::app::skillarray::SkillArray) overload

Source

fn get_engage_skills(self) -> SkillArray

get_EngageSkills() overload

Source

fn set_engage_skills(self, value: impl Into<SkillArray>)

set_EngageSkills(crate::app::skillarray::SkillArray) overload

Source

fn get_style_engage_items(self) -> GodGrowthData_StyleItems

get_StyleEngageItems() overload

Source

fn set_style_engage_items(self, value: impl Into<GodGrowthData_StyleItems>)

set_StyleEngageItems(crate::app::godgrowthdata::GodGrowthData_StyleItems) overload

Source

fn get_aptitude(self) -> WeaponMask

get_Aptitude() overload

Source

fn set_aptitude(self, value: impl Into<WeaponMask>)

set_Aptitude(crate::app::weaponmask::WeaponMask) overload

Source

fn get_flags(self) -> GodGrowthData_FlagField

get_Flags() overload

Source

fn set_flags(self, value: impl Into<GodGrowthData_FlagField>)

set_Flags(crate::app::godgrowthdata::GodGrowthData_FlagField) overload

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, src: impl Into<GodGrowthData_LevelData>)

.ctor(crate::app::godgrowthdata::GodGrowthData_LevelData) overload

Source

fn add(self, data: impl Into<GodGrowthData>)

Add(crate::app::godgrowthdata::GodGrowthData) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IGodGrowthData_LevelData> IGodGrowthData_LevelDataMethods for __T

Available on crate feature app-godgrowthdata only.