Struct ICorProfilerCallback4_Vtbl
#[repr(C)]pub struct ICorProfilerCallback4_Vtbl {
pub base__: ICorProfilerCallback3_Vtbl,
pub ReJITCompilationStarted: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: BOOL) -> HRESULT,
pub GetReJITParameters: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut c_void) -> HRESULT,
pub ReJITCompilationFinished: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: HRESULT, _: BOOL) -> HRESULT,
pub ReJITError: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: HRESULT) -> HRESULT,
pub MovedReferences2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const usize, _: *const usize, _: *const usize) -> HRESULT,
pub SurvivingReferences2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const usize, _: *const usize) -> HRESULT,
}
Fields§
§base__: ICorProfilerCallback3_Vtbl
§ReJITCompilationStarted: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: BOOL) -> HRESULT
§GetReJITParameters: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: *mut c_void) -> HRESULT
§ReJITCompilationFinished: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: HRESULT, _: BOOL) -> HRESULT
§ReJITError: unsafe extern "system" fn(_: *mut c_void, _: usize, _: u32, _: usize, _: HRESULT) -> HRESULT
§MovedReferences2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const usize, _: *const usize, _: *const usize) -> HRESULT
§SurvivingReferences2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const usize, _: *const usize) -> HRESULT
Implementations§
§impl ICorProfilerCallback4_Vtbl
impl ICorProfilerCallback4_Vtbl
pub const fn new<Identity: ICorProfilerCallback4_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerCallback4_Vtbl
impl RefUnwindSafe for ICorProfilerCallback4_Vtbl
impl Send for ICorProfilerCallback4_Vtbl
impl Sync for ICorProfilerCallback4_Vtbl
impl Unpin for ICorProfilerCallback4_Vtbl
impl UnwindSafe for ICorProfilerCallback4_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