Struct windows::Win32::System::Diagnostics::ClrProfiling::ICorProfilerInfo2_Vtbl
#[repr(C)]pub struct ICorProfilerInfo2_Vtbl {Show 22 fields
pub base__: ICorProfilerInfo_Vtbl,
pub DoStackSnapshot: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *const StackSnapshotCallback, _: u32, _: *const c_void, _: *const u8, _: u32) -> HRESULT,
pub SetEnterLeaveFunctionHooks2: unsafe extern "system" fn(_: *mut c_void, _: *const FunctionEnter2, _: *const FunctionLeave2, _: *const FunctionTailcall2) -> HRESULT,
pub GetFunctionInfo2: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *mut usize, _: *mut usize, _: *mut u32, _: u32, _: *mut u32, _: *mut usize) -> HRESULT,
pub GetStringLayout: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetClassLayout: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut COR_FIELD_OFFSET, _: u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetClassIDInfo2: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut usize, _: *mut u32, _: *mut usize, _: u32, _: *mut u32, _: *mut usize) -> HRESULT,
pub GetCodeInfo2: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u32, _: *mut COR_PRF_CODE_INFO) -> HRESULT,
pub GetClassFromTokenAndTypeArgs: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: u32, _: *const usize, _: *mut usize) -> HRESULT,
pub GetFunctionFromTokenAndTypeArgs: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: u32, _: *const usize, _: *mut usize) -> HRESULT,
pub EnumModuleFrozenObjects: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut *mut c_void) -> HRESULT,
pub GetArrayObjectInfo: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u32, _: *mut i32, _: *mut *mut u8) -> HRESULT,
pub GetBoxClassLayout: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut u32) -> HRESULT,
pub GetThreadAppDomain: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut usize) -> HRESULT,
pub GetRVAStaticAddress: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetAppDomainStaticAddress: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT,
pub GetThreadStaticAddress: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT,
pub GetContextStaticAddress: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT,
pub GetStaticFieldInfo: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut COR_PRF_STATIC_TYPE) -> HRESULT,
pub GetGenerationBounds: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut COR_PRF_GC_GENERATION_RANGE) -> HRESULT,
pub GetObjectGeneration: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut COR_PRF_GC_GENERATION_RANGE) -> HRESULT,
pub GetNotifiedExceptionClauseInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut COR_PRF_EX_CLAUSE_INFO) -> HRESULT,
}
Fields§
§base__: ICorProfilerInfo_Vtbl
§DoStackSnapshot: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *const StackSnapshotCallback, _: u32, _: *const c_void, _: *const u8, _: u32) -> HRESULT
§SetEnterLeaveFunctionHooks2: unsafe extern "system" fn(_: *mut c_void, _: *const FunctionEnter2, _: *const FunctionLeave2, _: *const FunctionTailcall2) -> HRESULT
§GetFunctionInfo2: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: *mut usize, _: *mut usize, _: *mut u32, _: u32, _: *mut u32, _: *mut usize) -> HRESULT
§GetStringLayout: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT
§GetClassLayout: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut COR_FIELD_OFFSET, _: u32, _: *mut u32, _: *mut u32) -> HRESULT
§GetClassIDInfo2: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut usize, _: *mut u32, _: *mut usize, _: u32, _: *mut u32, _: *mut usize) -> HRESULT
§GetCodeInfo2: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u32, _: *mut COR_PRF_CODE_INFO) -> HRESULT
§GetClassFromTokenAndTypeArgs: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: u32, _: *const usize, _: *mut usize) -> HRESULT
§GetFunctionFromTokenAndTypeArgs: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: u32, _: *const usize, _: *mut usize) -> HRESULT
§EnumModuleFrozenObjects: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut *mut c_void) -> HRESULT
§GetArrayObjectInfo: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u32, _: *mut i32, _: *mut *mut u8) -> HRESULT
§GetBoxClassLayout: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut u32) -> HRESULT
§GetThreadAppDomain: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut usize) -> HRESULT
§GetRVAStaticAddress: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut *mut c_void) -> HRESULT
§GetAppDomainStaticAddress: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT
§GetThreadStaticAddress: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT
§GetContextStaticAddress: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT
§GetStaticFieldInfo: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut COR_PRF_STATIC_TYPE) -> HRESULT
§GetGenerationBounds: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut COR_PRF_GC_GENERATION_RANGE) -> HRESULT
§GetObjectGeneration: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut COR_PRF_GC_GENERATION_RANGE) -> HRESULT
§GetNotifiedExceptionClauseInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut COR_PRF_EX_CLAUSE_INFO) -> HRESULT
Implementations§
§impl ICorProfilerInfo2_Vtbl
impl ICorProfilerInfo2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICorProfilerInfo2_Vtblwhere
Identity: ICorProfilerInfo2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerInfo2_Vtbl
impl RefUnwindSafe for ICorProfilerInfo2_Vtbl
impl Send for ICorProfilerInfo2_Vtbl
impl Sync for ICorProfilerInfo2_Vtbl
impl Unpin for ICorProfilerInfo2_Vtbl
impl UnwindSafe for ICorProfilerInfo2_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more