windows::Win32::System::RealTimeCommunications

Trait IRTCPresencePropertyEvent_Impl

pub trait IRTCPresencePropertyEvent_Impl: IDispatch_Impl {
    // Required methods
    fn StatusCode(&self) -> Result<i32>;
    fn StatusText(&self) -> Result<BSTR>;
    fn PresenceProperty(&self) -> Result<RTC_PRESENCE_PROPERTY>;
    fn Value(&self) -> Result<BSTR>;
}

Required Methods§

fn StatusCode(&self) -> Result<i32>

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

fn PresenceProperty(&self) -> Result<RTC_PRESENCE_PROPERTY>

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

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§