windows::Win32::System::ClrHosting

Trait IGCHost2_Impl

pub trait IGCHost2_Impl: IGCHost_Impl {
    // Required method
    fn SetGCStartupLimitsEx(
        &self,
        segmentsize: usize,
        maxgen0size: usize,
    ) -> Result<()>;
}

Required Methods§

fn SetGCStartupLimitsEx( &self, segmentsize: usize, maxgen0size: 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§