Trait IUPnPDeviceFinderAddCallbackWithInterface_Impl
pub trait IUPnPDeviceFinderAddCallbackWithInterface_Impl: IUnknownImpl {
// Required method
fn DeviceAddedWithInterface(
&self,
lfinddata: i32,
pdevice: Ref<'_, IUPnPDevice>,
pguidinterface: *const GUID,
) -> Result<()>;
}
Required Methods§
fn DeviceAddedWithInterface( &self, lfinddata: i32, pdevice: Ref<'_, IUPnPDevice>, pguidinterface: *const GUID, ) -> 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.