windows::Win32::Graphics::DirectDraw

Trait IDirectDrawSurfaceKernel_Impl

pub trait IDirectDrawSurfaceKernel_Impl: IUnknownImpl {
    // Required methods
    fn GetKernelHandle(&self, param0: *mut usize) -> Result<()>;
    fn ReleaseKernelHandle(&self) -> Result<()>;
}

Required Methods§

fn GetKernelHandle(&self, param0: *mut usize) -> Result<()>

fn ReleaseKernelHandle(&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.

Implementors§