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