Struct ICorProfilerInfo9_Vtbl
#[repr(C)]pub struct ICorProfilerInfo9_Vtbl {
pub base__: ICorProfilerInfo8_Vtbl,
pub GetNativeCodeStartAddresses: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: u32, _: *mut u32, _: *mut usize) -> HRESULT,
pub GetILToNativeMapping3: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u32, _: *mut COR_DEBUG_IL_TO_NATIVE_MAP) -> HRESULT,
pub GetCodeInfo4: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u32, _: *mut COR_PRF_CODE_INFO) -> HRESULT,
}
Fields§
§base__: ICorProfilerInfo8_Vtbl
§GetNativeCodeStartAddresses: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: u32, _: *mut u32, _: *mut usize) -> HRESULT
§GetILToNativeMapping3: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u32, _: *mut COR_DEBUG_IL_TO_NATIVE_MAP) -> HRESULT
§GetCodeInfo4: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut u32, _: *mut COR_PRF_CODE_INFO) -> HRESULT
Implementations§
§impl ICorProfilerInfo9_Vtbl
impl ICorProfilerInfo9_Vtbl
pub const fn new<Identity: ICorProfilerInfo9_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerInfo9_Vtbl
impl RefUnwindSafe for ICorProfilerInfo9_Vtbl
impl Send for ICorProfilerInfo9_Vtbl
impl Sync for ICorProfilerInfo9_Vtbl
impl Unpin for ICorProfilerInfo9_Vtbl
impl UnwindSafe for ICorProfilerInfo9_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