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