pub trait IWindowsDriverUpdate5_Impl: Sized + IWindowsDriverUpdate4_Impl {
    // Required methods
    fn AutoSelection(&self) -> Result<AutoSelectionMode>;
    fn AutoDownload(&self) -> Result<AutoDownloadMode>;
}

Required Methods§

fn AutoSelection(&self) -> Result<AutoSelectionMode>

fn AutoDownload(&self) -> Result<AutoDownloadMode>

Object Safety§

This trait is not object safe.

Implementors§