Trait IComUserEvent_Impl
pub trait IComUserEvent_Impl: IUnknownImpl {
// Required method
fn OnUserEvent(
&self,
pinfo: *const COMSVCSEVENTINFO,
pvarevent: *const VARIANT,
) -> Result<()>;
}
Required Methods§
fn OnUserEvent( &self, pinfo: *const COMSVCSEVENTINFO, pvarevent: *const VARIANT, ) -> 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.