Skip to main content

ICharacterAssetT_1

Trait ICharacterAssetT_1 

Source
pub trait ICharacterAssetT_1<T0: ClassIdentity>: IObject {
    // Provided methods
    fn name_field(self) -> Il2CppString { ... }
    fn set_name_field(self, value: Il2CppString) { ... }
    fn m_file_handle(self) -> TResourceHandle_1<T0> { ... }
    fn set_m_file_handle(self, value: TResourceHandle_1<T0>) { ... }
    fn m_object(self) -> T0 { ... }
    fn set_m_object(self, value: T0) { ... }
    fn m_instanced_object(self) -> T0 { ... }
    fn set_m_instanced_object(self, value: T0) { ... }
}

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§