windows::Win32::Devices::Tapi

Trait ITAddressEvent_Impl

pub trait ITAddressEvent_Impl: IDispatch_Impl {
    // Required methods
    fn Address(&self) -> Result<ITAddress>;
    fn Event(&self) -> Result<ADDRESS_EVENT>;
    fn Terminal(&self) -> Result<ITTerminal>;
}

Required Methods§

fn Address(&self) -> Result<ITAddress>

fn Event(&self) -> Result<ADDRESS_EVENT>

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

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§