#[repr(C)]pub struct IDXGIDebug {
pub lpVtbl: *const IDXGIDebugVtbl,
}
Fields§
§lpVtbl: *const IDXGIDebugVtbl
Implementations§
Source§impl IDXGIDebug
impl IDXGIDebug
pub unsafe fn ReportLiveObjects( &self, apiid: GUID, flags: DXGI_DEBUG_RLO_FLAGS, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDXGIDebug
impl Deref for IDXGIDebug
Auto Trait Implementations§
impl Freeze for IDXGIDebug
impl RefUnwindSafe for IDXGIDebug
impl !Send for IDXGIDebug
impl !Sync for IDXGIDebug
impl Unpin for IDXGIDebug
impl UnwindSafe for IDXGIDebug
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more