Struct dxgi_win::interfaces::IDXGIDebug1
[−]
[src]
pub struct IDXGIDebug1 {
pub lpVtbl: *const IDXGIDebug1Vtbl,
}Fields
lpVtbl |
pub struct IDXGIDebug1 {
pub lpVtbl: *const IDXGIDebug1Vtbl,
}lpVtbl |
impl IDXGIDebug1unsafe fn EnableLeakTrackingForThread(&mut self)unsafe fn DisableLeakTrackingForThread(&mut self)unsafe fn IsLeakTrckingEnabledForThread(&mut self)unsafe fn ReportLiveObjects(&mut self, apiid: GUID, flags: DXGI_DEBUG_RLO_FLAGS) -> HRESULTimpl Deref for IDXGIDebug1type Target = IDXGIDebugfn deref(&self) -> &IDXGIDebugimpl DerefMut for IDXGIDebug1fn deref_mut(&mut self) -> &mut IDXGIDebugimpl COMInterface for IDXGIDebug1fn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl QueryIID for IDXGIDebug1
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)