Struct libil2cpp::raw::Il2CppStackFrame
source · [−]#[repr(C)]pub struct Il2CppStackFrame {
pub obj: Il2CppObject,
pub il_offset: i32,
pub native_offset: i32,
pub methodAddress: u64,
pub methodIndex: u32,
pub method: *mut Il2CppReflectionMethod,
pub filename: *mut Il2CppString,
pub line: i32,
pub column: i32,
pub internal_method_name: *mut Il2CppString,
}
Fields
obj: Il2CppObject
il_offset: i32
native_offset: i32
methodAddress: u64
methodIndex: u32
method: *mut Il2CppReflectionMethod
filename: *mut Il2CppString
line: i32
column: i32
internal_method_name: *mut Il2CppString
Trait Implementations
sourceimpl Clone for Il2CppStackFrame
impl Clone for Il2CppStackFrame
sourcefn clone(&self) -> Il2CppStackFrame
fn clone(&self) -> Il2CppStackFrame
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 Il2CppStackFrame
Auto Trait Implementations
impl RefUnwindSafe for Il2CppStackFrame
impl !Send for Il2CppStackFrame
impl !Sync for Il2CppStackFrame
impl Unpin for Il2CppStackFrame
impl UnwindSafe for Il2CppStackFrame
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