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

Trait ICorProfilerCallback7_Impl

pub trait ICorProfilerCallback7_Impl: ICorProfilerCallback6_Impl {
    // Required method
    fn ModuleInMemorySymbolsUpdated(&self, moduleid: usize) -> Result<()>;
}

Required Methods§

fn ModuleInMemorySymbolsUpdated(&self, moduleid: usize) -> 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§