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

Trait IActiveScriptProfilerControl_Impl

pub trait IActiveScriptProfilerControl_Impl: IUnknownImpl {
    // Required methods
    fn StartProfiling(
        &self,
        clsidprofilerobject: *const GUID,
        dweventmask: u32,
        dwcontext: u32,
    ) -> Result<()>;
    fn SetProfilerEventMask(&self, dweventmask: u32) -> Result<()>;
    fn StopProfiling(&self, hrshutdownreason: HRESULT) -> Result<()>;
}

Required Methods§

fn StartProfiling( &self, clsidprofilerobject: *const GUID, dweventmask: u32, dwcontext: u32, ) -> Result<()>

fn SetProfilerEventMask(&self, dweventmask: u32) -> Result<()>

fn StopProfiling(&self, hrshutdownreason: HRESULT) -> 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§