Trait IWscProduct_Impl
pub trait IWscProduct_Impl: IDispatch_Impl {
// Required methods
fn ProductName(&self) -> Result<BSTR>;
fn ProductState(&self) -> Result<WSC_SECURITY_PRODUCT_STATE>;
fn SignatureStatus(&self) -> Result<WSC_SECURITY_SIGNATURE_STATUS>;
fn RemediationPath(&self) -> Result<BSTR>;
fn ProductStateTimestamp(&self) -> Result<BSTR>;
fn ProductGuid(&self) -> Result<BSTR>;
fn ProductIsDefault(&self) -> Result<BOOL>;
}
Required Methods§
fn ProductName(&self) -> Result<BSTR>
fn ProductState(&self) -> Result<WSC_SECURITY_PRODUCT_STATE>
fn SignatureStatus(&self) -> Result<WSC_SECURITY_SIGNATURE_STATUS>
fn RemediationPath(&self) -> Result<BSTR>
fn ProductStateTimestamp(&self) -> Result<BSTR>
fn ProductGuid(&self) -> Result<BSTR>
fn ProductIsDefault(&self) -> Result<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.