Trait IWbemObjectSink_Impl
pub trait IWbemObjectSink_Impl: IUnknownImpl {
// Required methods
fn Indicate(
&self,
lobjectcount: i32,
apobjarray: *const Option<IWbemClassObject>,
) -> Result<()>;
fn SetStatus(
&self,
lflags: i32,
hresult: HRESULT,
strparam: &BSTR,
pobjparam: Ref<'_, IWbemClassObject>,
) -> Result<()>;
}
Required Methods§
fn Indicate( &self, lobjectcount: i32, apobjarray: *const Option<IWbemClassObject>, ) -> Result<()>
fn SetStatus( &self, lflags: i32, hresult: HRESULT, strparam: &BSTR, pobjparam: Ref<'_, IWbemClassObject>, ) -> 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.