Trait DDiscMaster2Events_Impl
pub trait DDiscMaster2Events_Impl: IDispatch_Impl {
// Required methods
fn NotifyDeviceAdded(
&self,
object: Ref<'_, IDispatch>,
uniqueid: &BSTR,
) -> Result<()>;
fn NotifyDeviceRemoved(
&self,
object: Ref<'_, IDispatch>,
uniqueid: &BSTR,
) -> Result<()>;
}
Required Methods§
fn NotifyDeviceAdded( &self, object: Ref<'_, IDispatch>, uniqueid: &BSTR, ) -> Result<()>
fn NotifyDeviceRemoved( &self, object: Ref<'_, IDispatch>, uniqueid: &BSTR, ) -> 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.