Struct winapi::dxgi1_2::IDXGISurface2 [] [src]

pub struct IDXGISurface2 {
    pub lpVtbl: *const IDXGISurface2Vtbl,
}

Fields

lpVtbl: *const IDXGISurface2Vtbl

Methods

impl IDXGISurface2
[src]

unsafe fn GetResource(&mut self, riid: REFGUID, ppParentResource: *mut *mut c_void, pSubresourceIndex: *mut UINT) -> HRESULT

Methods from Deref<Target=IDXGISurface1>

unsafe fn GetDC(&mut self, Discard: BOOL, phdc: *mut HDC) -> HRESULT

unsafe fn ReleaseDC(&mut self, pDirtyRect: *mut RECT) -> HRESULT

Trait Implementations

impl Debug for IDXGISurface2
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IDXGISurface2
[src]

type Target = IDXGISurface1

The resulting type after dereferencing

fn deref(&self) -> &IDXGISurface1

The method called to dereference a value

impl DerefMut for IDXGISurface2
[src]

fn deref_mut(&mut self) -> &mut IDXGISurface1

The method called to mutably dereference a value