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