#[repr(C)]pub struct IDXGIDebug1Vtbl {
pub parent: IDXGIDebugVtbl,
pub EnableLeakTrackingForThread: unsafe extern "system" fn(This: *mut IDXGIDebug1),
pub DisableLeakTrackingForThread: unsafe extern "system" fn(This: *mut IDXGIDebug1),
pub IsLeakTrackingEnabledForThread: unsafe extern "system" fn(This: *mut IDXGIDebug1) -> BOOL,
}Fields§
§parent: IDXGIDebugVtbl§EnableLeakTrackingForThread: unsafe extern "system" fn(This: *mut IDXGIDebug1)§DisableLeakTrackingForThread: unsafe extern "system" fn(This: *mut IDXGIDebug1)§IsLeakTrackingEnabledForThread: unsafe extern "system" fn(This: *mut IDXGIDebug1) -> BOOLAuto Trait Implementations§
impl Freeze for IDXGIDebug1Vtbl
impl RefUnwindSafe for IDXGIDebug1Vtbl
impl Send for IDXGIDebug1Vtbl
impl Sync for IDXGIDebug1Vtbl
impl Unpin for IDXGIDebug1Vtbl
impl UnwindSafe for IDXGIDebug1Vtbl
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