Trait IWMPEvents4_Impl
pub trait IWMPEvents4_Impl: IWMPEvents3_Impl {
// Required method
fn DeviceEstimation(
&self,
pdevice: Ref<'_, IWMPSyncDevice>,
hrresult: HRESULT,
qwestimatedusedspace: i64,
qwestimatedspace: i64,
);
}
Required Methods§
fn DeviceEstimation( &self, pdevice: Ref<'_, IWMPSyncDevice>, hrresult: HRESULT, qwestimatedusedspace: i64, qwestimatedspace: i64, )
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.