Skip to main content

IRuntimeInitializeOnLoadMethodAttributeMethods

Trait IRuntimeInitializeOnLoadMethodAttributeMethods 

Source
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§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, load_type: impl Into<RuntimeInitializeLoadType>)

.ctor(crate::unity_engine::runtimeinitializeloadtype::RuntimeInitializeLoadType) overload

Source

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§

Source§

impl<__T: IRuntimeInitializeOnLoadMethodAttribute> IRuntimeInitializeOnLoadMethodAttributeMethods for __T

Available on crate feature unity_engine-runtimeinitializeonloadmethodattribute only.