Skip to main content

INameTypeData

Trait INameTypeData 

Source
pub trait INameTypeData: IStructData_1<NameTypeData> {
    // Provided methods
    fn suffix_array(self) -> Array<Il2CppString> { ... }
    fn set_suffix_array(self, value: Array<Il2CppString>) { ... }
}

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§