windows::Win32::System::RealTimeCommunications

Trait IRTCParticipant_Impl

pub trait IRTCParticipant_Impl: IUnknownImpl {
    // Required methods
    fn UserURI(&self) -> Result<BSTR>;
    fn Name(&self) -> Result<BSTR>;
    fn Removable(&self) -> Result<VARIANT_BOOL>;
    fn State(&self) -> Result<RTC_PARTICIPANT_STATE>;
    fn Session(&self) -> Result<IRTCSession>;
}

Required Methods§

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

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

fn Removable(&self) -> Result<VARIANT_BOOL>

fn State(&self) -> Result<RTC_PARTICIPANT_STATE>

fn Session(&self) -> Result<IRTCSession>

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§