Struct windows::Win32::Graphics::Direct3D12::ID3D12DeviceFactory_Vtbl
#[repr(C)]pub struct ID3D12DeviceFactory_Vtbl {
pub base__: IUnknown_Vtbl,
pub InitializeFromGlobalState: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ApplyToGlobalState: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetFlags: unsafe extern "system" fn(_: *mut c_void, _: D3D12_DEVICE_FACTORY_FLAGS) -> HRESULT,
pub GetFlags: unsafe extern "system" fn(_: *mut c_void) -> D3D12_DEVICE_FACTORY_FLAGS,
pub GetConfigurationInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub EnableExperimentalFeatures: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const c_void, _: *const u32) -> HRESULT,
pub CreateDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: D3D_FEATURE_LEVEL, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InitializeFromGlobalState: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ApplyToGlobalState: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetFlags: unsafe extern "system" fn(_: *mut c_void, _: D3D12_DEVICE_FACTORY_FLAGS) -> HRESULT
§GetFlags: unsafe extern "system" fn(_: *mut c_void) -> D3D12_DEVICE_FACTORY_FLAGS
§GetConfigurationInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§EnableExperimentalFeatures: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const c_void, _: *const u32) -> HRESULT
§CreateDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: D3D_FEATURE_LEVEL, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ID3D12DeviceFactory_Vtbl
impl ID3D12DeviceFactory_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ID3D12DeviceFactory_Vtblwhere
Identity: ID3D12DeviceFactory_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ID3D12DeviceFactory_Vtbl
impl RefUnwindSafe for ID3D12DeviceFactory_Vtbl
impl Send for ID3D12DeviceFactory_Vtbl
impl Sync for ID3D12DeviceFactory_Vtbl
impl Unpin for ID3D12DeviceFactory_Vtbl
impl UnwindSafe for ID3D12DeviceFactory_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