windows::Win32::System::RealTimeCommunications

Trait IRTCMediaEvent_Impl

pub trait IRTCMediaEvent_Impl: IDispatch_Impl {
    // Required methods
    fn MediaType(&self) -> Result<i32>;
    fn EventType(&self) -> Result<RTC_MEDIA_EVENT_TYPE>;
    fn EventReason(&self) -> Result<RTC_MEDIA_EVENT_REASON>;
}

Required Methods§

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

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

fn EventReason(&self) -> Result<RTC_MEDIA_EVENT_REASON>

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§