windows::Win32::System::RealTimeCommunications

Trait IRTCProfileEvent2_Impl

pub trait IRTCProfileEvent2_Impl: IRTCProfileEvent_Impl {
    // Required method
    fn EventType(&self) -> Result<RTC_PROFILE_EVENT_TYPE>;
}

Required Methods§

fn EventType(&self) -> Result<RTC_PROFILE_EVENT_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§