pub trait IRuntimeInitializeOnLoadMethodAttributeMethods: IRuntimeInitializeOnLoadMethodAttribute {
// Provided methods
fn ctor(self) { ... }
fn ctor_2(self, load_type: impl Into<RuntimeInitializeLoadType>) { ... }
fn set_load_type(self, value: impl Into<RuntimeInitializeLoadType>) { ... }
}Provided Methods§
Sourcefn ctor_2(self, load_type: impl Into<RuntimeInitializeLoadType>)
fn ctor_2(self, load_type: impl Into<RuntimeInitializeLoadType>)
.ctor(crate::unity_engine::runtimeinitializeloadtype::RuntimeInitializeLoadType) overload
Sourcefn set_load_type(self, value: impl Into<RuntimeInitializeLoadType>)
fn set_load_type(self, value: impl Into<RuntimeInitializeLoadType>)
set_loadType(crate::unity_engine::runtimeinitializeloadtype::RuntimeInitializeLoadType) 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§
impl<__T: IRuntimeInitializeOnLoadMethodAttribute> IRuntimeInitializeOnLoadMethodAttributeMethods for __T
Available on crate feature
unity_engine-runtimeinitializeonloadmethodattribute only.