Trait IMbnSmsReadMsgPdu_Impl
pub trait IMbnSmsReadMsgPdu_Impl: IUnknownImpl {
// Required methods
fn Index(&self) -> Result<u32>;
fn Status(&self) -> Result<MBN_MSG_STATUS>;
fn PduData(&self) -> Result<BSTR>;
fn Message(&self) -> Result<*mut SAFEARRAY>;
}
Required Methods§
fn Index(&self) -> Result<u32>
fn Status(&self) -> Result<MBN_MSG_STATUS>
fn PduData(&self) -> Result<BSTR>
fn Message(&self) -> Result<*mut SAFEARRAY>
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.