windows::Win32::System::RealTimeCommunications

Trait IRTCSessionPortManagement_Impl

pub trait IRTCSessionPortManagement_Impl: IUnknownImpl {
    // Required method
    fn SetPortManager(
        &self,
        pportmanager: Ref<'_, IRTCPortManager>,
    ) -> Result<()>;
}

Required Methods§

fn SetPortManager(&self, pportmanager: Ref<'_, IRTCPortManager>) -> 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§