windows::Win32::System::Com

Trait IRpcProxyBuffer_Impl

pub trait IRpcProxyBuffer_Impl: IUnknownImpl {
    // Required methods
    fn Connect(
        &self,
        prpcchannelbuffer: Ref<'_, IRpcChannelBuffer>,
    ) -> Result<()>;
    fn Disconnect(&self);
}

Required Methods§

fn Connect(&self, prpcchannelbuffer: Ref<'_, IRpcChannelBuffer>) -> Result<()>

fn Disconnect(&self)

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§