Struct winapi::dxgi::IDXGISurface1 [] [src]

pub struct IDXGISurface1 {
    pub lpVtbl: *const IDXGISurface1Vtbl,
}

Fields

lpVtbl: *const IDXGISurface1Vtbl

Methods

impl IDXGISurface1
[src]

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

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

Methods from Deref<Target=IDXGISurface>

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

Trait Implementations

impl Debug for IDXGISurface1
[src]

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

Formats the value using the given formatter.

impl Deref for IDXGISurface1
[src]

type Target = IDXGISurface

The resulting type after dereferencing

fn deref(&self) -> &IDXGISurface

The method called to dereference a value

impl DerefMut for IDXGISurface1
[src]

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

The method called to mutably dereference a value