Trait IMbnSmsReadMsgTextCdma_Impl
pub trait IMbnSmsReadMsgTextCdma_Impl: IUnknownImpl {
// Required methods
fn Index(&self) -> Result<u32>;
fn Status(&self) -> Result<MBN_MSG_STATUS>;
fn Address(&self) -> Result<BSTR>;
fn Timestamp(&self) -> Result<BSTR>;
fn EncodingID(&self) -> Result<MBN_SMS_CDMA_ENCODING>;
fn LanguageID(&self) -> Result<MBN_SMS_CDMA_LANG>;
fn SizeInCharacters(&self) -> Result<u32>;
fn Message(&self) -> Result<*mut SAFEARRAY>;
}
Required Methods§
fn Index(&self) -> Result<u32>
fn Status(&self) -> Result<MBN_MSG_STATUS>
fn Address(&self) -> Result<BSTR>
fn Timestamp(&self) -> Result<BSTR>
fn EncodingID(&self) -> Result<MBN_SMS_CDMA_ENCODING>
fn LanguageID(&self) -> Result<MBN_SMS_CDMA_LANG>
fn SizeInCharacters(&self) -> Result<u32>
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.