Struct ICorProfilerCallback3_Vtbl
#[repr(C)]pub struct ICorProfilerCallback3_Vtbl {
pub base__: ICorProfilerCallback2_Vtbl,
pub InitializeForAttach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const c_void, _: u32) -> HRESULT,
pub ProfilerAttachComplete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ProfilerDetachSucceeded: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: ICorProfilerCallback2_Vtbl
§InitializeForAttach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const c_void, _: u32) -> HRESULT
§ProfilerAttachComplete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ProfilerDetachSucceeded: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ICorProfilerCallback3_Vtbl
impl ICorProfilerCallback3_Vtbl
pub const fn new<Identity: ICorProfilerCallback3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerCallback3_Vtbl
impl RefUnwindSafe for ICorProfilerCallback3_Vtbl
impl Send for ICorProfilerCallback3_Vtbl
impl Sync for ICorProfilerCallback3_Vtbl
impl Unpin for ICorProfilerCallback3_Vtbl
impl UnwindSafe for ICorProfilerCallback3_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