windows::Win32::System::RemoteDesktop

Trait IWRdsGraphicsChannelManager_Impl

pub trait IWRdsGraphicsChannelManager_Impl: IUnknownImpl {
    // Required method
    fn CreateChannel(
        &self,
        pszchannelname: *const u8,
        channeltype: WRdsGraphicsChannelType,
    ) -> Result<IWRdsGraphicsChannel>;
}

Required Methods§

fn CreateChannel( &self, pszchannelname: *const u8, channeltype: WRdsGraphicsChannelType, ) -> Result<IWRdsGraphicsChannel>

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§