Trait IMbnSubscriberInformation_Impl
pub trait IMbnSubscriberInformation_Impl: IUnknownImpl {
// Required methods
fn SubscriberID(&self) -> Result<BSTR>;
fn SimIccID(&self) -> Result<BSTR>;
fn TelephoneNumbers(&self) -> Result<*mut SAFEARRAY>;
}
Required Methods§
fn SubscriberID(&self) -> Result<BSTR>
fn SimIccID(&self) -> Result<BSTR>
fn TelephoneNumbers(&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.