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