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

Trait ICorProfilerInfo6_Impl

pub trait ICorProfilerInfo6_Impl: ICorProfilerInfo5_Impl {
    // Required method
    fn EnumNgenModuleMethodsInliningThisMethod(
        &self,
        inlinersmoduleid: usize,
        inlineemoduleid: usize,
        inlineemethodid: u32,
        incompletedata: *mut BOOL,
        ppenum: OutRef<'_, ICorProfilerMethodEnum>,
    ) -> Result<()>;
}

Required Methods§

fn EnumNgenModuleMethodsInliningThisMethod( &self, inlinersmoduleid: usize, inlineemoduleid: usize, inlineemethodid: u32, incompletedata: *mut BOOL, ppenum: OutRef<'_, ICorProfilerMethodEnum>, ) -> 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§