Struct windows::Win32::Graphics::Dxgi::IDXGIDebug1_Vtbl
#[repr(C)]pub struct IDXGIDebug1_Vtbl {
pub base__: IDXGIDebug_Vtbl,
pub EnableLeakTrackingForThread: unsafe extern "system" fn(_: *mut c_void),
pub DisableLeakTrackingForThread: unsafe extern "system" fn(_: *mut c_void),
pub IsLeakTrackingEnabledForThread: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
}
Fields§
§base__: IDXGIDebug_Vtbl
§EnableLeakTrackingForThread: unsafe extern "system" fn(_: *mut c_void)
§DisableLeakTrackingForThread: unsafe extern "system" fn(_: *mut c_void)
§IsLeakTrackingEnabledForThread: unsafe extern "system" fn(_: *mut c_void) -> BOOL
Implementations§
§impl IDXGIDebug1_Vtbl
impl IDXGIDebug1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXGIDebug1_Vtblwhere
Identity: IDXGIDebug1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXGIDebug1_Vtbl
impl RefUnwindSafe for IDXGIDebug1_Vtbl
impl Send for IDXGIDebug1_Vtbl
impl Sync for IDXGIDebug1_Vtbl
impl Unpin for IDXGIDebug1_Vtbl
impl UnwindSafe for IDXGIDebug1_Vtbl
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