Struct dxgi_win::interfaces::IDXGISurface1
[−]
[src]
pub struct IDXGISurface1 {
pub lpVtbl: *const IDXGISurface1Vtbl,
}Fields
lpVtbl |
pub struct IDXGISurface1 {
pub lpVtbl: *const IDXGISurface1Vtbl,
}lpVtbl |
impl IDXGISurface1unsafe fn GetDC(&mut self, discars: BOOL, dirtyrect: *mut RECT) -> HRESULTunsafe fn ReleaseDC(&mut self, dirtyrect: *mut RECT) -> HRESULTunsafe fn GetDesc(&mut self, desc: *mut DXGI_SURFACE_DESC) -> HRESULTunsafe fn Map(&mut self, locked_rect: *mut DXGI_MAPPED_RECT, map_flags: UINT) -> HRESULTunsafe fn Unmap(&mut self) -> HRESULTimpl Deref for IDXGISurface1type Target = IDXGISurfacefn deref(&self) -> &IDXGISurfaceimpl DerefMut for IDXGISurface1fn deref_mut(&mut self) -> &mut IDXGISurfaceimpl COMInterface for IDXGISurface1fn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl QueryIID for IDXGISurface1
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)