Struct libil2cpp::raw::Il2CppDebuggerMetadataRegistration
source · [−]#[repr(C)]pub struct Il2CppDebuggerMetadataRegistration {
pub methodExecutionContextInfos: *mut Il2CppMethodExecutionContextInfo,
pub methodExecutionContextInfoIndexes: *mut Il2CppMethodExecutionContextInfoIndex,
pub methodScopes: *mut Il2CppMethodScope,
pub methodHeaderInfos: *mut Il2CppMethodHeaderInfo,
pub sequencePointSourceFiles: *mut Il2CppSequencePointSourceFile,
pub numSequencePoints: i32,
pub sequencePoints: *mut Il2CppSequencePoint,
pub numCatchPoints: i32,
pub catchPoints: *mut Il2CppCatchPoint,
pub numTypeSourceFileEntries: i32,
pub typeSourceFiles: *mut Il2CppTypeSourceFilePair,
pub methodExecutionContextInfoStrings: *mut *const c_char,
}
Fields
methodExecutionContextInfos: *mut Il2CppMethodExecutionContextInfo
methodExecutionContextInfoIndexes: *mut Il2CppMethodExecutionContextInfoIndex
methodScopes: *mut Il2CppMethodScope
methodHeaderInfos: *mut Il2CppMethodHeaderInfo
sequencePointSourceFiles: *mut Il2CppSequencePointSourceFile
numSequencePoints: i32
sequencePoints: *mut Il2CppSequencePoint
numCatchPoints: i32
catchPoints: *mut Il2CppCatchPoint
numTypeSourceFileEntries: i32
typeSourceFiles: *mut Il2CppTypeSourceFilePair
methodExecutionContextInfoStrings: *mut *const c_char
Trait Implementations
sourceimpl Clone for Il2CppDebuggerMetadataRegistration
impl Clone for Il2CppDebuggerMetadataRegistration
sourcefn clone(&self) -> Il2CppDebuggerMetadataRegistration
fn clone(&self) -> Il2CppDebuggerMetadataRegistration
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 Il2CppDebuggerMetadataRegistration
Auto Trait Implementations
impl RefUnwindSafe for Il2CppDebuggerMetadataRegistration
impl !Send for Il2CppDebuggerMetadataRegistration
impl !Sync for Il2CppDebuggerMetadataRegistration
impl Unpin for Il2CppDebuggerMetadataRegistration
impl UnwindSafe for Il2CppDebuggerMetadataRegistration
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