Trait ICLRProfiling_Impl
pub trait ICLRProfiling_Impl: IUnknownImpl {
// Required method
fn AttachProfiler(
&self,
dwprofileeprocessid: u32,
dwmillisecondsmax: u32,
pclsidprofiler: *const GUID,
wszprofilerpath: &PCWSTR,
pvclientdata: *const c_void,
cbclientdata: u32,
) -> Result<()>;
}
Required Methods§
fn AttachProfiler( &self, dwprofileeprocessid: u32, dwmillisecondsmax: u32, pclsidprofiler: *const GUID, wszprofilerpath: &PCWSTR, pvclientdata: *const c_void, cbclientdata: u32, ) -> 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.