Trait INetDiagHelperEx_Impl
pub trait INetDiagHelperEx_Impl: IUnknownImpl {
// Required methods
fn ReconfirmLowHealth(
&self,
celt: u32,
presults: *const HypothesisResult,
ppwszupdateddescription: *mut PWSTR,
pupdatedstatus: *mut DIAGNOSIS_STATUS,
) -> Result<()>;
fn SetUtilities(
&self,
putilities: Ref<'_, INetDiagHelperUtilFactory>,
) -> Result<()>;
fn ReproduceFailure(&self) -> Result<()>;
}
Required Methods§
fn ReconfirmLowHealth( &self, celt: u32, presults: *const HypothesisResult, ppwszupdateddescription: *mut PWSTR, pupdatedstatus: *mut DIAGNOSIS_STATUS, ) -> Result<()>
fn SetUtilities( &self, putilities: Ref<'_, INetDiagHelperUtilFactory>, ) -> Result<()>
fn ReproduceFailure(&self) -> Result<()>
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.