windows::Win32::System::ClrHosting

Trait IActionOnCLREvent_Impl

pub trait IActionOnCLREvent_Impl: IUnknownImpl {
    // Required method
    fn OnEvent(&self, event: EClrEvent, data: *const c_void) -> Result<()>;
}

Required Methods§

fn OnEvent(&self, event: EClrEvent, data: *const c_void) -> 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§