Struct dxgi_win::interfaces::IDXGISurface
[−]
[src]
pub struct IDXGISurface { pub lpVtbl: *const IDXGISurfaceVtbl, }
Fields
lpVtbl |
pub struct IDXGISurface { pub lpVtbl: *const IDXGISurfaceVtbl, }
lpVtbl |
impl IDXGISurface
unsafe fn GetDesc(&mut self, desc: *mut DXGI_SURFACE_DESC) -> HRESULT
unsafe fn Map(&mut self, locked_rect: *mut DXGI_MAPPED_RECT, map_flags: UINT) -> HRESULT
unsafe fn Unmap(&mut self) -> HRESULT
impl Deref for IDXGISurface
type Target = IDXGIDeviceSubObject
fn deref(&self) -> &IDXGIDeviceSubObject
impl DerefMut for IDXGISurface
fn deref_mut(&mut self) -> &mut IDXGIDeviceSubObject
impl COMInterface for IDXGISurface
fn i_unknown(&self) -> &IUnknown
fn i_unknown_mut(&mut self) -> &mut IUnknown
impl QueryIID for IDXGISurface
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)