Struct dxgi_win::interfaces::IDXGISurface
[−]
[src]
pub struct IDXGISurface {
pub lpVtbl: *const IDXGISurfaceVtbl,
}Fields
lpVtbl |
pub struct IDXGISurface {
pub lpVtbl: *const IDXGISurfaceVtbl,
}lpVtbl |
impl IDXGISurfaceunsafe 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 IDXGISurfacetype Target = IDXGIDeviceSubObjectfn deref(&self) -> &IDXGIDeviceSubObjectimpl DerefMut for IDXGISurfacefn deref_mut(&mut self) -> &mut IDXGIDeviceSubObjectimpl COMInterface for IDXGISurfacefn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl 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)