Trait IWbemShutdown_Impl
pub trait IWbemShutdown_Impl: IUnknownImpl {
// Required method
fn Shutdown(
&self,
ureason: i32,
umaxmilliseconds: u32,
pctx: Ref<'_, IWbemContext>,
) -> Result<()>;
}
Required Methods§
fn Shutdown( &self, ureason: i32, umaxmilliseconds: u32, pctx: Ref<'_, IWbemContext>, ) -> 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.