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

Trait IDebugApplicationThreadEvents110_Impl

pub trait IDebugApplicationThreadEvents110_Impl: IUnknownImpl {
    // Required methods
    fn OnSuspendForBreakPoint(&self) -> Result<()>;
    fn OnResumeFromBreakPoint(&self) -> Result<()>;
    fn OnThreadRequestComplete(&self) -> Result<()>;
    fn OnBeginThreadRequest(&self) -> Result<()>;
}

Required Methods§

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

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

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

fn OnBeginThreadRequest(&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§