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

Trait IActiveScriptProfilerControl2_Impl

pub trait IActiveScriptProfilerControl2_Impl: IActiveScriptProfilerControl_Impl {
    // Required methods
    fn CompleteProfilerStart(&self) -> Result<()>;
    fn PrepareProfilerStop(&self) -> Result<()>;
}

Required Methods§

fn CompleteProfilerStart(&self) -> Result<()>

fn PrepareProfilerStop(&self) -> 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§