Trait ITRequestEvent_Impl
pub trait ITRequestEvent_Impl: IDispatch_Impl {
// Required methods
fn RegistrationInstance(&self) -> Result<i32>;
fn RequestMode(&self) -> Result<i32>;
fn DestAddress(&self) -> Result<BSTR>;
fn AppName(&self) -> Result<BSTR>;
fn CalledParty(&self) -> Result<BSTR>;
fn Comment(&self) -> Result<BSTR>;
}
Required Methods§
fn RegistrationInstance(&self) -> Result<i32>
fn RequestMode(&self) -> Result<i32>
fn DestAddress(&self) -> Result<BSTR>
fn AppName(&self) -> Result<BSTR>
fn CalledParty(&self) -> Result<BSTR>
fn Comment(&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.