Trait IInstallationResult_Impl
pub trait IInstallationResult_Impl: IDispatch_Impl {
// Required methods
fn HResult(&self) -> Result<i32>;
fn RebootRequired(&self) -> Result<VARIANT_BOOL>;
fn ResultCode(&self) -> Result<OperationResultCode>;
fn GetUpdateResult(
&self,
updateindex: i32,
) -> Result<IUpdateInstallationResult>;
}
Required Methods§
fn HResult(&self) -> Result<i32>
fn RebootRequired(&self) -> Result<VARIANT_BOOL>
fn ResultCode(&self) -> Result<OperationResultCode>
fn GetUpdateResult(&self, updateindex: i32) -> Result<IUpdateInstallationResult>
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.