windows::Win32::System::Diagnostics::ClrProfiling

Trait ICorProfilerAssemblyReferenceProvider_Impl

pub trait ICorProfilerAssemblyReferenceProvider_Impl: IUnknownImpl {
    // Required method
    fn AddAssemblyReference(
        &self,
        passemblyrefinfo: *const COR_PRF_ASSEMBLY_REFERENCE_INFO,
    ) -> Result<()>;
}

Required Methods§

fn AddAssemblyReference( &self, passemblyrefinfo: *const COR_PRF_ASSEMBLY_REFERENCE_INFO, ) -> 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§