#[repr(C)]pub struct IDXGIFactory1Vtbl {
pub parent: IDXGIFactoryVtbl,
pub EnumAdapters1: unsafe extern "system" fn(This: *mut IDXGIFactory1, Adapter: UINT, ppAdapter: *mut *mut IDXGIAdapter1) -> HRESULT,
pub IsCurrent: unsafe extern "system" fn(This: *mut IDXGIFactory1) -> BOOL,
}
Fields§
§parent: IDXGIFactoryVtbl
§EnumAdapters1: unsafe extern "system" fn(This: *mut IDXGIFactory1, Adapter: UINT, ppAdapter: *mut *mut IDXGIAdapter1) -> HRESULT
§IsCurrent: unsafe extern "system" fn(This: *mut IDXGIFactory1) -> BOOL
Auto Trait Implementations§
impl Freeze for IDXGIFactory1Vtbl
impl RefUnwindSafe for IDXGIFactory1Vtbl
impl Send for IDXGIFactory1Vtbl
impl Sync for IDXGIFactory1Vtbl
impl Unpin for IDXGIFactory1Vtbl
impl UnwindSafe for IDXGIFactory1Vtbl
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