windows::Win32::System::AssessmentTool

Trait IProvideWinSATAssessmentInfo_Impl

pub trait IProvideWinSATAssessmentInfo_Impl: IDispatch_Impl {
    // Required methods
    fn Score(&self) -> Result<f32>;
    fn Title(&self) -> Result<BSTR>;
    fn Description(&self) -> Result<BSTR>;
}

Required Methods§

fn Score(&self) -> Result<f32>

fn Title(&self) -> Result<BSTR>

fn Description(&self) -> Result<BSTR>

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§