#[repr(C)]
pub struct Il2CppException {
Show 16 fields pub object: Il2CppObject, pub className: *mut Il2CppString, pub message: *mut Il2CppString, pub _data: *mut Il2CppObject, pub inner_ex: *mut Il2CppException, pub _helpURL: *mut Il2CppString, pub trace_ips: *mut Il2CppArray, pub stack_trace: *mut Il2CppString, pub remote_stack_trace: *mut Il2CppString, pub remote_stack_index: c_int, pub _dynamicMethods: *mut Il2CppObject, pub hresult: il2cpp_hresult_t, pub source: *mut Il2CppString, pub safeSerializationManager: *mut Il2CppObject, pub captured_traces: *mut Il2CppArray, pub native_trace_ips: *mut Il2CppArray,
}

Fields

object: Il2CppObjectclassName: *mut Il2CppStringmessage: *mut Il2CppString_data: *mut Il2CppObjectinner_ex: *mut Il2CppException_helpURL: *mut Il2CppStringtrace_ips: *mut Il2CppArraystack_trace: *mut Il2CppStringremote_stack_trace: *mut Il2CppStringremote_stack_index: c_int_dynamicMethods: *mut Il2CppObjecthresult: il2cpp_hresult_tsource: *mut Il2CppStringsafeSerializationManager: *mut Il2CppObjectcaptured_traces: *mut Il2CppArraynative_trace_ips: *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.