windows::Win32::Devices::Tapi

Trait ITTAPIObjectEvent2_Impl

pub trait ITTAPIObjectEvent2_Impl: ITTAPIObjectEvent_Impl {
    // Required method
    fn Phone(&self) -> Result<ITPhone>;
}

Required Methods§

fn Phone(&self) -> Result<ITPhone>

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§