pub trait IWbemShutdown_Impl: Sized {
    // Required method
    fn Shutdown(
        &self,
        ureason: i32,
        umaxmilliseconds: u32,
        pctx: Option<&IWbemContext>
    ) -> Result<()>;
}

Required Methods§

fn Shutdown( &self, ureason: i32, umaxmilliseconds: u32, pctx: Option<&IWbemContext> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§