Trait ITCallMediaEvent_Impl
pub trait ITCallMediaEvent_Impl: IDispatch_Impl {
// Required methods
fn Call(&self) -> Result<ITCallInfo>;
fn Event(&self) -> Result<CALL_MEDIA_EVENT>;
fn Error(&self) -> Result<HRESULT>;
fn Terminal(&self) -> Result<ITTerminal>;
fn Stream(&self) -> Result<ITStream>;
fn Cause(&self) -> Result<CALL_MEDIA_EVENT_CAUSE>;
}
Required Methods§
fn Call(&self) -> Result<ITCallInfo>
fn Event(&self) -> Result<CALL_MEDIA_EVENT>
fn Error(&self) -> Result<HRESULT>
fn Terminal(&self) -> Result<ITTerminal>
fn Stream(&self) -> Result<ITStream>
fn Cause(&self) -> Result<CALL_MEDIA_EVENT_CAUSE>
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.