Trait IGPMAsyncProgress_Impl
pub trait IGPMAsyncProgress_Impl: IDispatch_Impl {
// Required method
fn Status(
&self,
lprogressnumerator: i32,
lprogressdenominator: i32,
hrstatus: HRESULT,
presult: *const VARIANT,
ppigpmstatusmsgcollection: Ref<'_, IGPMStatusMsgCollection>,
) -> Result<()>;
}
Required Methods§
fn Status( &self, lprogressnumerator: i32, lprogressdenominator: i32, hrstatus: HRESULT, presult: *const VARIANT, ppigpmstatusmsgcollection: Ref<'_, IGPMStatusMsgCollection>, ) -> 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.