Trait IUPnPEventSink_Impl
pub trait IUPnPEventSink_Impl: IUnknownImpl {
// Required methods
fn OnStateChanged(
&self,
cchanges: u32,
rgdispidchanges: *const i32,
) -> Result<()>;
fn OnStateChangedSafe(&self, varsadispidchanges: &VARIANT) -> Result<()>;
}
Required Methods§
fn OnStateChanged( &self, cchanges: u32, rgdispidchanges: *const i32, ) -> Result<()>
fn OnStateChangedSafe(&self, varsadispidchanges: &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.