windows::Win32::System::RealTimeCommunications

Trait IRTCSessionReferredEvent_Impl

pub trait IRTCSessionReferredEvent_Impl: IDispatch_Impl {
    // Required methods
    fn Session(&self) -> Result<IRTCSession2>;
    fn ReferredByURI(&self) -> Result<BSTR>;
    fn ReferToURI(&self) -> Result<BSTR>;
    fn ReferCookie(&self) -> Result<BSTR>;
    fn Accept(&self) -> Result<()>;
    fn Reject(&self) -> Result<()>;
    fn SetReferredSessionState(&self, enstate: RTC_SESSION_STATE) -> Result<()>;
}

Required Methods§

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

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

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

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

fn Accept(&self) -> Result<()>

fn Reject(&self) -> Result<()>

fn SetReferredSessionState(&self, enstate: RTC_SESSION_STATE) -> 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§