windows::Win32::Devices::Tapi

Trait ITTAPI2_Impl

pub trait ITTAPI2_Impl: ITTAPI_Impl {
    // Required methods
    fn Phones(&self) -> Result<VARIANT>;
    fn EnumeratePhones(&self) -> Result<IEnumPhone>;
    fn CreateEmptyCollectionObject(&self) -> Result<ITCollection2>;
}

Required Methods§

fn Phones(&self) -> Result<VARIANT>

fn EnumeratePhones(&self) -> Result<IEnumPhone>

fn CreateEmptyCollectionObject(&self) -> Result<ITCollection2>

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§