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

Trait IActiveScriptSiteWindow_Impl

pub trait IActiveScriptSiteWindow_Impl: IUnknownImpl {
    // Required methods
    fn GetWindow(&self) -> Result<HWND>;
    fn EnableModeless(&self, fenable: BOOL) -> Result<()>;
}

Required Methods§

fn GetWindow(&self) -> Result<HWND>

fn EnableModeless(&self, fenable: BOOL) -> 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§