windows::Win32::System::Wmi

Trait IWMIExtension_Impl

pub trait IWMIExtension_Impl: IDispatch_Impl {
    // Required methods
    fn WMIObjectPath(&self) -> Result<BSTR>;
    fn GetWMIObject(&self) -> Result<ISWbemObject>;
    fn GetWMIServices(&self) -> Result<ISWbemServices>;
}

Required Methods§

fn WMIObjectPath(&self) -> Result<BSTR>

fn GetWMIObject(&self) -> Result<ISWbemObject>

fn GetWMIServices(&self) -> Result<ISWbemServices>

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§