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

Trait IMachineDebugManagerEvents_Impl

pub trait IMachineDebugManagerEvents_Impl: IUnknownImpl {
    // Required methods
    fn onAddApplication(
        &self,
        pda: Ref<'_, IRemoteDebugApplication>,
        dwappcookie: u32,
    ) -> Result<()>;
    fn onRemoveApplication(
        &self,
        pda: Ref<'_, IRemoteDebugApplication>,
        dwappcookie: u32,
    ) -> Result<()>;
}

Required Methods§

fn onAddApplication( &self, pda: Ref<'_, IRemoteDebugApplication>, dwappcookie: u32, ) -> Result<()>

fn onRemoveApplication( &self, pda: Ref<'_, IRemoteDebugApplication>, dwappcookie: u32, ) -> 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§