windows::Win32::System::UpdateAgent

Trait ISystemInformation_Impl

pub trait ISystemInformation_Impl: IDispatch_Impl {
    // Required methods
    fn OemHardwareSupportLink(&self) -> Result<BSTR>;
    fn RebootRequired(&self) -> Result<VARIANT_BOOL>;
}

Required Methods§

fn RebootRequired(&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§