windows::Win32::System::UpdateAgent

Trait IUpdateInstaller2_Impl

pub trait IUpdateInstaller2_Impl: IUpdateInstaller_Impl {
    // Required methods
    fn ForceQuiet(&self) -> Result<VARIANT_BOOL>;
    fn SetForceQuiet(&self, value: VARIANT_BOOL) -> Result<()>;
}

Required Methods§

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

fn SetForceQuiet(&self, value: VARIANT_BOOL) -> 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§