windows::Win32::System::UpdateAgent

Trait IWindowsDriverUpdate3_Impl

pub trait IWindowsDriverUpdate3_Impl: IWindowsDriverUpdate2_Impl {
    // Required method
    fn BrowseOnly(&self) -> Result<VARIANT_BOOL>;
}

Required Methods§

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

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§