Struct ICorProfilerInfo10_Vtbl
#[repr(C)]pub struct ICorProfilerInfo10_Vtbl {
pub base__: ICorProfilerInfo9_Vtbl,
pub EnumerateObjectReferences: unsafe extern "system" fn(_: *mut c_void, _: usize, _: ObjectReferenceCallback, _: *mut c_void) -> HRESULT,
pub IsFrozenObject: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut BOOL) -> HRESULT,
pub GetLOHObjectSizeThreshold: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub RequestReJITWithInliners: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const usize, _: *const u32) -> HRESULT,
pub SuspendRuntime: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ResumeRuntime: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: ICorProfilerInfo9_Vtbl
§EnumerateObjectReferences: unsafe extern "system" fn(_: *mut c_void, _: usize, _: ObjectReferenceCallback, _: *mut c_void) -> HRESULT
§IsFrozenObject: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut BOOL) -> HRESULT
§GetLOHObjectSizeThreshold: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§RequestReJITWithInliners: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const usize, _: *const u32) -> HRESULT
§SuspendRuntime: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ResumeRuntime: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ICorProfilerInfo10_Vtbl
impl ICorProfilerInfo10_Vtbl
pub const fn new<Identity: ICorProfilerInfo10_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerInfo10_Vtbl
impl RefUnwindSafe for ICorProfilerInfo10_Vtbl
impl Send for ICorProfilerInfo10_Vtbl
impl Sync for ICorProfilerInfo10_Vtbl
impl Unpin for ICorProfilerInfo10_Vtbl
impl UnwindSafe for ICorProfilerInfo10_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