Struct IActiveScriptProfilerCallback_Vtbl
#[repr(C)]pub struct IActiveScriptProfilerCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Shutdown: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub ScriptCompiled: unsafe extern "system" fn(_: *mut c_void, _: i32, _: PROFILER_SCRIPT_TYPE, _: *mut c_void) -> HRESULT,
pub FunctionCompiled: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: PCWSTR, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub OnFunctionEnter: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub OnFunctionExit: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Shutdown: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§ScriptCompiled: unsafe extern "system" fn(_: *mut c_void, _: i32, _: PROFILER_SCRIPT_TYPE, _: *mut c_void) -> HRESULT
§FunctionCompiled: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: PCWSTR, _: PCWSTR, _: *mut c_void) -> HRESULT
§OnFunctionEnter: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§OnFunctionExit: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
Implementations§
§impl IActiveScriptProfilerCallback_Vtbl
impl IActiveScriptProfilerCallback_Vtbl
pub const fn new<Identity: IActiveScriptProfilerCallback_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IActiveScriptProfilerCallback_Vtbl
impl RefUnwindSafe for IActiveScriptProfilerCallback_Vtbl
impl Send for IActiveScriptProfilerCallback_Vtbl
impl Sync for IActiveScriptProfilerCallback_Vtbl
impl Unpin for IActiveScriptProfilerCallback_Vtbl
impl UnwindSafe for IActiveScriptProfilerCallback_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