#[repr(C)]
pub struct Il2CppAppDomainSetup {
Show 23 fields pub object: Il2CppObject, pub application_base: *mut Il2CppString, pub application_name: *mut Il2CppString, pub cache_path: *mut Il2CppString, pub configuration_file: *mut Il2CppString, pub dynamic_base: *mut Il2CppString, pub license_file: *mut Il2CppString, pub private_bin_path: *mut Il2CppString, pub private_bin_path_probe: *mut Il2CppString, pub shadow_copy_directories: *mut Il2CppString, pub shadow_copy_files: *mut Il2CppString, pub publisher_policy: u8, pub path_changed: u8, pub loader_optimization: c_int, pub disallow_binding_redirects: u8, pub disallow_code_downloads: u8, pub activation_arguments: *mut Il2CppObject, pub domain_initializer: *mut Il2CppObject, pub application_trust: *mut Il2CppObject, pub domain_initializer_args: *mut Il2CppArray, pub disallow_appbase_probe: u8, pub configuration_bytes: *mut Il2CppArray, pub serialized_non_primitives: *mut Il2CppArray,
}

Fields

object: Il2CppObjectapplication_base: *mut Il2CppStringapplication_name: *mut Il2CppStringcache_path: *mut Il2CppStringconfiguration_file: *mut Il2CppStringdynamic_base: *mut Il2CppStringlicense_file: *mut Il2CppStringprivate_bin_path: *mut Il2CppStringprivate_bin_path_probe: *mut Il2CppStringshadow_copy_directories: *mut Il2CppStringshadow_copy_files: *mut Il2CppStringpublisher_policy: u8path_changed: u8loader_optimization: c_intdisallow_binding_redirects: u8disallow_code_downloads: u8activation_arguments: *mut Il2CppObjectdomain_initializer: *mut Il2CppObjectapplication_trust: *mut Il2CppObjectdomain_initializer_args: *mut Il2CppArraydisallow_appbase_probe: u8configuration_bytes: *mut Il2CppArrayserialized_non_primitives: *mut Il2CppArray

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.