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