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 Il2CppMethodExecutionContextInfomethodExecutionContextInfoIndexes: *mut Il2CppMethodExecutionContextInfoIndexmethodScopes: *mut Il2CppMethodScopemethodHeaderInfos: *mut Il2CppMethodHeaderInfosequencePointSourceFiles: *mut Il2CppSequencePointSourceFilenumSequencePoints: i32sequencePoints: *mut Il2CppSequencePointnumCatchPoints: i32catchPoints: *mut Il2CppCatchPointnumTypeSourceFileEntries: i32typeSourceFiles: *mut Il2CppTypeSourceFilePairmethodExecutionContextInfoStrings: *mut *const c_charTrait 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