Struct ICorProfilerInfo8_Vtbl
#[repr(C)]pub struct ICorProfilerInfo8_Vtbl {
pub base__: ICorProfilerInfo7_Vtbl,
pub IsFunctionDynamic: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut BOOL) -> HRESULT,
pub GetFunctionFromIP3: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: *mut usize, _: *mut usize) -> HRESULT,
pub GetDynamicFunctionInfo: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut usize, _: *mut *mut u8, _: *mut u32, _: u32, _: *mut u32, _: PWSTR) -> HRESULT,
}
Fields§
§base__: ICorProfilerInfo7_Vtbl
§IsFunctionDynamic: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut BOOL) -> HRESULT
§GetFunctionFromIP3: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: *mut usize, _: *mut usize) -> HRESULT
§GetDynamicFunctionInfo: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut usize, _: *mut *mut u8, _: *mut u32, _: u32, _: *mut u32, _: PWSTR) -> HRESULT
Implementations§
§impl ICorProfilerInfo8_Vtbl
impl ICorProfilerInfo8_Vtbl
pub const fn new<Identity: ICorProfilerInfo8_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerInfo8_Vtbl
impl RefUnwindSafe for ICorProfilerInfo8_Vtbl
impl Send for ICorProfilerInfo8_Vtbl
impl Sync for ICorProfilerInfo8_Vtbl
impl Unpin for ICorProfilerInfo8_Vtbl
impl UnwindSafe for ICorProfilerInfo8_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