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