Skip to main content

IGodWeaponRefineResultMethods

Trait IGodWeaponRefineResultMethods 

Source
pub trait IGodWeaponRefineResultMethods: IGodWeaponRefineResult {
    // Provided methods
    fn ctor(self) { ... }
    fn clear(self) { ... }
    fn copy_from(self, from: impl Into<GodWeaponRefineResult>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn clear(self)

Clear() overload

Source

fn copy_from(self, from: impl Into<GodWeaponRefineResult>)

CopyFrom(crate::app::godweaponrefineresult::GodWeaponRefineResult) 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: IGodWeaponRefineResult> IGodWeaponRefineResultMethods for __T

Available on crate feature app-godweaponrefineresult only.