windows::Win32::System::DesktopSharing

Trait IRDPSRAPITcpConnectionInfo_Impl

pub trait IRDPSRAPITcpConnectionInfo_Impl: IDispatch_Impl {
    // Required methods
    fn Protocol(&self) -> Result<i32>;
    fn LocalPort(&self) -> Result<i32>;
    fn LocalIP(&self) -> Result<BSTR>;
    fn PeerPort(&self) -> Result<i32>;
    fn PeerIP(&self) -> Result<BSTR>;
}

Required Methods§

fn Protocol(&self) -> Result<i32>

fn LocalPort(&self) -> Result<i32>

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

fn PeerPort(&self) -> Result<i32>

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

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§