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