Struct winapi::dxgi::IDXGISurface1
[−]
[src]
pub struct IDXGISurface1 { pub lpVtbl: *const IDXGISurface1Vtbl, }
Fields
lpVtbl |
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 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