windows::Win32::System::DesktopSharing

Trait IRDPSRAPITransportStreamEvents_Impl

pub trait IRDPSRAPITransportStreamEvents_Impl: IUnknownImpl {
    // Required methods
    fn OnWriteCompleted(&self, pbuffer: Ref<'_, IRDPSRAPITransportStreamBuffer>);
    fn OnReadCompleted(&self, pbuffer: Ref<'_, IRDPSRAPITransportStreamBuffer>);
    fn OnStreamClosed(&self, hrreason: HRESULT);
}

Required Methods§

fn OnWriteCompleted(&self, pbuffer: Ref<'_, IRDPSRAPITransportStreamBuffer>)

fn OnReadCompleted(&self, pbuffer: Ref<'_, IRDPSRAPITransportStreamBuffer>)

fn OnStreamClosed(&self, hrreason: HRESULT)

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§