windows::Win32::System::Wmi

Trait IUnsecuredApartment_Impl

pub trait IUnsecuredApartment_Impl: IUnknownImpl {
    // Required method
    fn CreateObjectStub(&self, pobject: Ref<'_, IUnknown>) -> Result<IUnknown>;
}

Required Methods§

fn CreateObjectStub(&self, pobject: Ref<'_, IUnknown>) -> Result<IUnknown>

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§