Struct ICorProfilerFunctionControl_Vtbl
#[repr(C)]pub struct ICorProfilerFunctionControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetCodegenFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetILFunctionBody: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
pub SetILInstrumentedCodeMap: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const COR_IL_MAP) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetCodegenFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetILFunctionBody: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
§SetILInstrumentedCodeMap: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const COR_IL_MAP) -> HRESULT
Implementations§
§impl ICorProfilerFunctionControl_Vtbl
impl ICorProfilerFunctionControl_Vtbl
pub const fn new<Identity: ICorProfilerFunctionControl_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorProfilerFunctionControl_Vtbl
impl RefUnwindSafe for ICorProfilerFunctionControl_Vtbl
impl Send for ICorProfilerFunctionControl_Vtbl
impl Sync for ICorProfilerFunctionControl_Vtbl
impl Unpin for ICorProfilerFunctionControl_Vtbl
impl UnwindSafe for ICorProfilerFunctionControl_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