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