Trait IWindowsDriverUpdate4_Impl
pub trait IWindowsDriverUpdate4_Impl: IWindowsDriverUpdate3_Impl {
// Required methods
fn WindowsDriverUpdateEntries(
&self,
) -> Result<IWindowsDriverUpdateEntryCollection>;
fn PerUser(&self) -> Result<VARIANT_BOOL>;
}
Required Methods§
fn WindowsDriverUpdateEntries( &self, ) -> Result<IWindowsDriverUpdateEntryCollection>
fn PerUser(&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.