Struct dxgi_win::interfaces::IDXGISurface2
[−]
[src]
pub struct IDXGISurface2 { pub lpVtbl: *const IDXGISurface2Vtbl, }
Fields
lpVtbl |
pub struct IDXGISurface2 { pub lpVtbl: *const IDXGISurface2Vtbl, }
lpVtbl |
impl IDXGISurface2
unsafe fn GetResource(&mut self, riid: REFIID, parent_resource: *mut *mut c_void, subresource_index: *mut UINT) -> HRESULT
unsafe fn GetDC(&mut self, discars: BOOL, dirtyrect: *mut RECT) -> HRESULT
unsafe fn ReleaseDC(&mut self, dirtyrect: *mut RECT) -> HRESULT
impl Deref for IDXGISurface2
type Target = IDXGISurface1
fn deref(&self) -> &IDXGISurface1
impl DerefMut for IDXGISurface2
fn deref_mut(&mut self) -> &mut IDXGISurface1
impl COMInterface for IDXGISurface2
fn i_unknown(&self) -> &IUnknown
fn i_unknown_mut(&mut self) -> &mut IUnknown
impl QueryIID for IDXGISurface2
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
)