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