windows::Win32::System::RealTimeCommunications

Trait IRTCRoamingEvent_Impl

pub trait IRTCRoamingEvent_Impl: IDispatch_Impl {
    // Required methods
    fn EventType(&self) -> Result<RTC_ROAMING_EVENT_TYPE>;
    fn Profile(&self) -> Result<IRTCProfile2>;
    fn StatusCode(&self) -> Result<i32>;
    fn StatusText(&self) -> Result<BSTR>;
}

Required Methods§

fn EventType(&self) -> Result<RTC_ROAMING_EVENT_TYPE>

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

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

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