Trait IDirectDrawVideoPortNotify_Impl
pub trait IDirectDrawVideoPortNotify_Impl: IUnknownImpl {
// Required methods
fn AcquireNotification(
&self,
param0: *mut HANDLE,
param1: *mut DDVIDEOPORTNOTIFY,
) -> Result<()>;
fn ReleaseNotification(&self, param0: HANDLE) -> Result<()>;
}
Required Methods§
fn AcquireNotification( &self, param0: *mut HANDLE, param1: *mut DDVIDEOPORTNOTIFY, ) -> Result<()>
fn ReleaseNotification(&self, param0: HANDLE) -> 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.