windows::Win32::System::UpdateAgent

Trait IDownloadResult_Impl

pub trait IDownloadResult_Impl: IDispatch_Impl {
    // Required methods
    fn HResult(&self) -> Result<i32>;
    fn ResultCode(&self) -> Result<OperationResultCode>;
    fn GetUpdateResult(&self, updateindex: i32) -> Result<IUpdateDownloadResult>;
}

Required Methods§

fn HResult(&self) -> Result<i32>

fn ResultCode(&self) -> Result<OperationResultCode>

fn GetUpdateResult(&self, updateindex: i32) -> Result<IUpdateDownloadResult>

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§