windows::Win32::System::RemoteDesktop

Trait IWorkspaceClientExt_Impl

pub trait IWorkspaceClientExt_Impl: IUnknownImpl {
    // Required methods
    fn GetResourceId(&self) -> Result<BSTR>;
    fn GetResourceDisplayName(&self) -> Result<BSTR>;
    fn IssueDisconnect(&self) -> Result<()>;
}

Required Methods§

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

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

fn IssueDisconnect(&self) -> Result<()>

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§