#[repr(C)]pub struct IDXGIDebugVtbl {
pub parent: IUnknownVtbl,
pub ReportLiveObjects: unsafe extern "system" fn(This: *mut IDXGIDebug, apiid: GUID, flags: DXGI_DEBUG_RLO_FLAGS) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§ReportLiveObjects: unsafe extern "system" fn(This: *mut IDXGIDebug, apiid: GUID, flags: DXGI_DEBUG_RLO_FLAGS) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDXGIDebugVtbl
impl RefUnwindSafe for IDXGIDebugVtbl
impl Send for IDXGIDebugVtbl
impl Sync for IDXGIDebugVtbl
impl Unpin for IDXGIDebugVtbl
impl UnwindSafe for IDXGIDebugVtbl
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