Trait IGPMStatusMessage_Impl
pub trait IGPMStatusMessage_Impl: IDispatch_Impl {
// Required methods
fn ObjectPath(&self) -> Result<BSTR>;
fn ErrorCode(&self) -> Result<()>;
fn ExtensionName(&self) -> Result<BSTR>;
fn SettingsName(&self) -> Result<BSTR>;
fn OperationCode(&self) -> Result<()>;
fn Message(&self) -> Result<BSTR>;
}
Required Methods§
fn ObjectPath(&self) -> Result<BSTR>
fn ErrorCode(&self) -> Result<()>
fn ExtensionName(&self) -> Result<BSTR>
fn SettingsName(&self) -> Result<BSTR>
fn OperationCode(&self) -> Result<()>
fn Message(&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.