windows::Win32::Devices::Tapi

Trait ITAddressTranslationInfo_Impl

pub trait ITAddressTranslationInfo_Impl: IDispatch_Impl {
    // Required methods
    fn DialableString(&self) -> Result<BSTR>;
    fn DisplayableString(&self) -> Result<BSTR>;
    fn CurrentCountryCode(&self) -> Result<i32>;
    fn DestinationCountryCode(&self) -> Result<i32>;
    fn TranslationResults(&self) -> Result<i32>;
}

Required Methods§

fn DialableString(&self) -> Result<BSTR>

fn DisplayableString(&self) -> Result<BSTR>

fn CurrentCountryCode(&self) -> Result<i32>

fn DestinationCountryCode(&self) -> Result<i32>

fn TranslationResults(&self) -> Result<i32>

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.

Implementors§