Trait IProcessInitializer_Impl
pub trait IProcessInitializer_Impl: IUnknownImpl {
// Required methods
fn Startup(&self, punkprocesscontrol: Ref<'_, IUnknown>) -> Result<()>;
fn Shutdown(&self) -> Result<()>;
}
Required Methods§
fn Startup(&self, punkprocesscontrol: Ref<'_, IUnknown>) -> Result<()>
fn Shutdown(&self) -> 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.