windows::Win32::System::UpdateAgent

Trait IWindowsDriverUpdate2_Impl

pub trait IWindowsDriverUpdate2_Impl: IWindowsDriverUpdate_Impl {
    // Required methods
    fn RebootRequired(&self) -> Result<VARIANT_BOOL>;
    fn IsPresent(&self) -> Result<VARIANT_BOOL>;
    fn CveIDs(&self) -> Result<IStringCollection>;
    fn CopyToCache(&self, pfiles: Ref<'_, IStringCollection>) -> Result<()>;
}

Required Methods§

fn RebootRequired(&self) -> Result<VARIANT_BOOL>

fn IsPresent(&self) -> Result<VARIANT_BOOL>

fn CveIDs(&self) -> Result<IStringCollection>

fn CopyToCache(&self, pfiles: Ref<'_, IStringCollection>) -> 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.

Implementors§