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

Trait ICorProfilerCallback11_Impl

pub trait ICorProfilerCallback11_Impl: ICorProfilerCallback10_Impl {
    // Required method
    fn LoadAsNotificationOnly(
        &self,
        pbnotificationonly: *mut BOOL,
    ) -> Result<()>;
}

Required Methods§

fn LoadAsNotificationOnly(&self, pbnotificationonly: *mut BOOL) -> 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§