Trait IRTCInfoEvent_Impl
pub trait IRTCInfoEvent_Impl: IDispatch_Impl {
// Required methods
fn Session(&self) -> Result<IRTCSession2>;
fn Participant(&self) -> Result<IRTCParticipant>;
fn Info(&self) -> Result<BSTR>;
fn InfoHeader(&self) -> Result<BSTR>;
}
Required Methods§
fn Session(&self) -> Result<IRTCSession2>
fn Participant(&self) -> Result<IRTCParticipant>
fn Info(&self) -> Result<BSTR>
fn InfoHeader(&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.