windows::Win32::System::RealTimeCommunications

Trait IRTCBuddy2_Impl

pub trait IRTCBuddy2_Impl: IRTCBuddy_Impl {
    // Required methods
    fn Profile(&self) -> Result<IRTCProfile2>;
    fn Refresh(&self) -> Result<()>;
    fn EnumerateGroups(&self) -> Result<IRTCEnumGroups>;
    fn Groups(&self) -> Result<IRTCCollection>;
    fn get_PresenceProperty(
        &self,
        enproperty: RTC_PRESENCE_PROPERTY,
    ) -> Result<BSTR>;
    fn EnumeratePresenceDevices(&self) -> Result<IRTCEnumPresenceDevices>;
    fn PresenceDevices(&self) -> Result<IRTCCollection>;
    fn SubscriptionType(&self) -> Result<RTC_BUDDY_SUBSCRIPTION_TYPE>;
}

Required Methods§

fn Profile(&self) -> Result<IRTCProfile2>

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

fn EnumerateGroups(&self) -> Result<IRTCEnumGroups>

fn Groups(&self) -> Result<IRTCCollection>

fn get_PresenceProperty( &self, enproperty: RTC_PRESENCE_PROPERTY, ) -> Result<BSTR>

fn EnumeratePresenceDevices(&self) -> Result<IRTCEnumPresenceDevices>

fn PresenceDevices(&self) -> Result<IRTCCollection>

fn SubscriptionType(&self) -> Result<RTC_BUDDY_SUBSCRIPTION_TYPE>

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§