windows::Win32::System::ClrHosting

Trait ICLRMemoryNotificationCallback_Impl

pub trait ICLRMemoryNotificationCallback_Impl: IUnknownImpl {
    // Required method
    fn OnMemoryNotification(
        &self,
        ememoryavailable: EMemoryAvailable,
    ) -> Result<()>;
}

Required Methods§

fn OnMemoryNotification(&self, ememoryavailable: EMemoryAvailable) -> 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§