Struct ICorProfilerInfo14_Vtbl
#[repr(C)]pub struct ICorProfilerInfo14_Vtbl {
pub base__: ICorProfilerInfo13_Vtbl,
pub EnumerateNonGCObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNonGCHeapBounds: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut COR_PRF_NONGC_HEAP_RANGE) -> HRESULT,
pub EventPipeCreateProvider2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const EventPipeProviderCallback, _: *mut usize) -> HRESULT,
}
Fields§
§base__: ICorProfilerInfo13_Vtbl
§EnumerateNonGCObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNonGCHeapBounds: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut COR_PRF_NONGC_HEAP_RANGE) -> HRESULT
§EventPipeCreateProvider2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const EventPipeProviderCallback, _: *mut usize) -> HRESULT
Implementations§
§impl ICorProfilerInfo14_Vtbl
impl ICorProfilerInfo14_Vtbl
pub const fn new<Identity: ICorProfilerInfo14_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerInfo14_Vtbl
impl RefUnwindSafe for ICorProfilerInfo14_Vtbl
impl Send for ICorProfilerInfo14_Vtbl
impl Sync for ICorProfilerInfo14_Vtbl
impl Unpin for ICorProfilerInfo14_Vtbl
impl UnwindSafe for ICorProfilerInfo14_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