Trait IDirectDrawMediaSample_Impl
pub trait IDirectDrawMediaSample_Impl: IUnknownImpl {
// Required methods
fn GetSurfaceAndReleaseLock(
&self,
ppdirectdrawsurface: OutRef<'_, IDirectDrawSurface>,
prect: *mut RECT,
) -> Result<()>;
fn LockMediaSamplePointer(&self) -> Result<()>;
}
Required Methods§
fn GetSurfaceAndReleaseLock( &self, ppdirectdrawsurface: OutRef<'_, IDirectDrawSurface>, prect: *mut RECT, ) -> Result<()>
fn LockMediaSamplePointer(&self) -> 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.