windows::Win32::Media::DirectShow

Trait IVMRSurface9_Impl

pub trait IVMRSurface9_Impl: IUnknownImpl {
    // Required methods
    fn IsSurfaceLocked(&self) -> Result<()>;
    fn LockSurface(&self) -> Result<*mut u8>;
    fn UnlockSurface(&self) -> Result<()>;
    fn GetSurface(&self) -> Result<IDirect3DSurface9>;
}

Required Methods§

fn IsSurfaceLocked(&self) -> Result<()>

fn LockSurface(&self) -> Result<*mut u8>

fn UnlockSurface(&self) -> Result<()>

fn GetSurface(&self) -> Result<IDirect3DSurface9>

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.

Implementors§