windows::Win32::System::Diagnostics::Debug::ActiveScript

Trait IActiveScriptProfilerCallback2_Impl

pub trait IActiveScriptProfilerCallback2_Impl: IActiveScriptProfilerCallback_Impl {
    // Required methods
    fn OnFunctionEnterByName(
        &self,
        pwszfunctionname: &PCWSTR,
        type: PROFILER_SCRIPT_TYPE,
    ) -> Result<()>;
    fn OnFunctionExitByName(
        &self,
        pwszfunctionname: &PCWSTR,
        type: PROFILER_SCRIPT_TYPE,
    ) -> Result<()>;
}

Required Methods§

fn OnFunctionEnterByName( &self, pwszfunctionname: &PCWSTR, type: PROFILER_SCRIPT_TYPE, ) -> Result<()>

fn OnFunctionExitByName( &self, pwszfunctionname: &PCWSTR, type: PROFILER_SCRIPT_TYPE, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§