windows::Win32::System::Wmi

Trait IWbemDecoupledBasicEventProvider_Impl

pub trait IWbemDecoupledBasicEventProvider_Impl: IWbemDecoupledRegistrar_Impl {
    // Required methods
    fn GetSink(
        &self,
        a_flags: i32,
        a_context: Ref<'_, IWbemContext>,
    ) -> Result<IWbemObjectSink>;
    fn GetService(
        &self,
        a_flags: i32,
        a_context: Ref<'_, IWbemContext>,
    ) -> Result<IWbemServices>;
}

Required Methods§

fn GetSink( &self, a_flags: i32, a_context: Ref<'_, IWbemContext>, ) -> Result<IWbemObjectSink>

fn GetService( &self, a_flags: i32, a_context: Ref<'_, IWbemContext>, ) -> Result<IWbemServices>

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§