Trait windows::Win32::Graphics::Dxgi::IDXGIResource1_Impl

pub trait IDXGIResource1_Impl: Sized + IDXGIResource_Impl {
    // Required methods
    fn CreateSubresourceSurface(&self, index: u32) -> Result<IDXGISurface2>;
    fn CreateSharedHandle(
        &self,
        pattributes: *const SECURITY_ATTRIBUTES,
        dwaccess: u32,
        lpname: &PCWSTR,
    ) -> Result<HANDLE>;
}

Required Methods§

fn CreateSubresourceSurface(&self, index: u32) -> Result<IDXGISurface2>

fn CreateSharedHandle( &self, pattributes: *const SECURITY_ATTRIBUTES, dwaccess: u32, lpname: &PCWSTR, ) -> Result<HANDLE>

Object Safety§

This trait is not object safe.

Implementors§