Struct libil2cpp::raw::Il2CppException
source · [−]#[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 Il2CppArrayTrait Implementations
sourceimpl Clone for Il2CppException
impl Clone for Il2CppException
sourcefn clone(&self) -> Il2CppException
fn clone(&self) -> Il2CppException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for Il2CppException
Auto Trait Implementations
impl RefUnwindSafe for Il2CppException
impl !Send for Il2CppException
impl !Sync for Il2CppException
impl Unpin for Il2CppException
impl UnwindSafe for Il2CppException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more