Struct winapi::dxgi::IDXGISurface [] [src]

pub struct IDXGISurface {
    pub lpVtbl: *const IDXGISurfaceVtbl,
}

Fields

lpVtbl: *const IDXGISurfaceVtbl

Methods

impl IDXGISurface
[src]

unsafe fn GetDesc(&mut self, pDesc: *mut DXGI_SURFACE_DESC) -> HRESULT

unsafe fn Map(&mut self, pLockedRect: *mut DXGI_MAPPED_RECT, MapFlags: UINT) -> HRESULT

unsafe fn Unmap(&mut self) -> HRESULT

Methods from Deref<Target=IDXGIDeviceSubObject>

unsafe fn GetDevice(&mut self, riid: REFIID, ppDevice: *mut *mut c_void) -> HRESULT

Trait Implementations

impl Debug for IDXGISurface
[src]

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

Formats the value using the given formatter.

impl Deref for IDXGISurface
[src]

type Target = IDXGIDeviceSubObject

The resulting type after dereferencing

fn deref(&self) -> &IDXGIDeviceSubObject

The method called to dereference a value

impl DerefMut for IDXGISurface
[src]

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

The method called to mutably dereference a value