windows::Win32::System::RealTimeCommunications

Trait IRTCWatcher_Impl

pub trait IRTCWatcher_Impl: IRTCPresenceContact_Impl {
    // Required methods
    fn State(&self) -> Result<RTC_WATCHER_STATE>;
    fn SetState(&self, enstate: RTC_WATCHER_STATE) -> Result<()>;
}

Required Methods§

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

fn SetState(&self, enstate: RTC_WATCHER_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§