Skip to main content

IGodWeaponRefineResult

Trait IGodWeaponRefineResult 

Source
pub trait IGodWeaponRefineResult: IObject {
    // Provided methods
    fn m_enhance(self) -> CapabilitySbyte { ... }
    fn set_m_enhance(self, value: CapabilitySbyte) { ... }
    fn m_equip_skills(self) -> SkillArray { ... }
    fn set_m_equip_skills(self, value: SkillArray) { ... }
    fn m_enchant_skills(self) -> SkillArray { ... }
    fn set_m_enchant_skills(self, value: SkillArray) { ... }
}

Provided Methods§

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§