windows::Win32::Devices::Tapi

Trait ITPluggableTerminalClassInfo_Impl

pub trait ITPluggableTerminalClassInfo_Impl: IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn Company(&self) -> Result<BSTR>;
    fn Version(&self) -> Result<BSTR>;
    fn TerminalClass(&self) -> Result<BSTR>;
    fn CLSID(&self) -> Result<BSTR>;
    fn Direction(&self) -> Result<TERMINAL_DIRECTION>;
    fn MediaTypes(&self) -> Result<i32>;
}

Required Methods§

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

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

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

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

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

fn Direction(&self) -> Result<TERMINAL_DIRECTION>

fn MediaTypes(&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§