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

Trait IDebugThreadCall64_Impl

pub trait IDebugThreadCall64_Impl: IUnknownImpl {
    // Required method
    fn ThreadCallHandler(
        &self,
        dwparam1: u64,
        dwparam2: u64,
        dwparam3: u64,
    ) -> Result<()>;
}

Required Methods§

fn ThreadCallHandler( &self, dwparam1: u64, dwparam2: u64, dwparam3: u64, ) -> 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§