windows::Win32::System::Diagnostics::Debug::Extensions

Trait IDebugHostModuleSignature_Impl

pub trait IDebugHostModuleSignature_Impl: IUnknownImpl {
    // Required method
    fn IsMatch(&self, pmodule: Ref<'_, IDebugHostModule>) -> Result<bool>;
}

Required Methods§

fn IsMatch(&self, pmodule: Ref<'_, IDebugHostModule>) -> Result<bool>

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§