Trait ITCallInfo2_Impl
pub trait ITCallInfo2_Impl: ITCallInfo_Impl {
// Required methods
fn get_EventFilter(
&self,
tapievent: TAPI_EVENT,
lsubevent: i32,
) -> Result<VARIANT_BOOL>;
fn put_EventFilter(
&self,
tapievent: TAPI_EVENT,
lsubevent: i32,
benable: VARIANT_BOOL,
) -> Result<()>;
}
Required Methods§
fn get_EventFilter( &self, tapievent: TAPI_EVENT, lsubevent: i32, ) -> Result<VARIANT_BOOL>
fn put_EventFilter( &self, tapievent: TAPI_EVENT, lsubevent: i32, benable: VARIANT_BOOL, ) -> Result<()>
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.