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: Il2CppObject
className: *mut Il2CppString
message: *mut Il2CppString
_data: *mut Il2CppObject
inner_ex: *mut Il2CppException
_helpURL: *mut Il2CppString
trace_ips: *mut Il2CppArray
stack_trace: *mut Il2CppString
remote_stack_trace: *mut Il2CppString
remote_stack_index: c_int
_dynamicMethods: *mut Il2CppObject
hresult: il2cpp_hresult_t
source: *mut Il2CppString
safeSerializationManager: *mut Il2CppObject
captured_traces: *mut Il2CppArray
native_trace_ips: *mut Il2CppArray
Trait 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