Skip to main content

IStructDataArray_1Methods

Trait IStructDataArray_1Methods 

Source
pub trait IStructDataArray_1Methods<T0: ClassIdentity>: ClassIdentity {
Show 20 methods // Provided methods fn get_array_name(self) -> Il2CppString where Self: Sized { ... } fn set_array_name(self, value: Il2CppString) where Self: Sized { ... } fn get_array_list() -> StructArrayList_1<T0> { ... } fn get_debug_name(self) -> Il2CppString where Self: Sized { ... } fn load(path: Il2CppString, sheet_name: Il2CppString, completed: Action) { ... } fn import(data: Array<u8>, path: Il2CppString, sheet_name: Il2CppString) { ... } fn add_array_list(list: StructDataArrayList_1<T0>) { ... } fn completed() { ... } fn unload() { ... } fn get(name: Il2CppString) -> StructDataArrayList_1<T0> { ... } fn get_2(index: i32) -> StructDataArrayList_1<T0> { ... } fn try_get(name: Il2CppString) -> StructDataArrayList_1<T0> { ... } fn try_get_2(index: i32) -> StructDataArrayList_1<T0> { ... } fn try_get_from_hash(hash: i32) -> StructDataArrayList_1<T0> { ... } fn get_index(name: Il2CppString) -> i32 { ... } fn get_key(index: i32) -> Il2CppString { ... } fn get_count() -> i32 { ... } fn get_list() -> StructArrayList_1<T0> { ... } fn ctor(self) where Self: Sized { ... } fn cctor() { ... }
}

Provided Methods§

Source

fn get_array_name(self) -> Il2CppString
where Self: Sized,

Source

fn set_array_name(self, value: Il2CppString)
where Self: Sized,

Source

fn get_array_list() -> StructArrayList_1<T0>

Source

fn get_debug_name(self) -> Il2CppString
where Self: Sized,

Source

fn load(path: Il2CppString, sheet_name: Il2CppString, completed: Action)

Source

fn import(data: Array<u8>, path: Il2CppString, sheet_name: Il2CppString)

Source

fn add_array_list(list: StructDataArrayList_1<T0>)

Source

fn completed()

Source

fn unload()

Source

fn get(name: Il2CppString) -> StructDataArrayList_1<T0>

Source

fn get_2(index: i32) -> StructDataArrayList_1<T0>

Source

fn try_get(name: Il2CppString) -> StructDataArrayList_1<T0>

Source

fn try_get_2(index: i32) -> StructDataArrayList_1<T0>

Source

fn try_get_from_hash(hash: i32) -> StructDataArrayList_1<T0>

Source

fn get_index(name: Il2CppString) -> i32

Source

fn get_key(index: i32) -> Il2CppString

Source

fn get_count() -> i32

Source

fn get_list() -> StructArrayList_1<T0>

Source

fn ctor(self)
where Self: Sized,

Source

fn cctor()

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§