windows::Win32::System::RealTimeCommunications

Trait IRTCBuddy_Impl

pub trait IRTCBuddy_Impl: IRTCPresenceContact_Impl {
    // Required methods
    fn Status(&self) -> Result<RTC_PRESENCE_STATUS>;
    fn Notes(&self) -> Result<BSTR>;
}

Required Methods§

fn Status(&self) -> Result<RTC_PRESENCE_STATUS>

fn Notes(&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§