windows::Win32::Devices::Tapi

Trait ITTTSTerminalEvent_Impl

pub trait ITTTSTerminalEvent_Impl: IDispatch_Impl {
    // Required methods
    fn Terminal(&self) -> Result<ITTerminal>;
    fn Call(&self) -> Result<ITCallInfo>;
    fn Error(&self) -> Result<HRESULT>;
}

Required Methods§

fn Terminal(&self) -> Result<ITTerminal>

fn Call(&self) -> Result<ITCallInfo>

fn Error(&self) -> Result<HRESULT>

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§