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