windows::Win32::System::ClrHosting

Trait ICLRDebuggingLibraryProvider_Impl

pub trait ICLRDebuggingLibraryProvider_Impl: IUnknownImpl {
    // Required method
    fn ProvideLibrary(
        &self,
        pwszfilename: &PCWSTR,
        dwtimestamp: u32,
        dwsizeofimage: u32,
    ) -> Result<HMODULE>;
}

Required Methods§

fn ProvideLibrary( &self, pwszfilename: &PCWSTR, dwtimestamp: u32, dwsizeofimage: u32, ) -> Result<HMODULE>

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§