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

Trait ICorProfilerCallback5_Impl

pub trait ICorProfilerCallback5_Impl: ICorProfilerCallback4_Impl {
    // Required method
    fn ConditionalWeakTableElementReferences(
        &self,
        crootrefs: u32,
        keyrefids: *const usize,
        valuerefids: *const usize,
        rootids: *const usize,
    ) -> Result<()>;
}

Required Methods§

fn ConditionalWeakTableElementReferences( &self, crootrefs: u32, keyrefids: *const usize, valuerefids: *const usize, rootids: *const 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§