Struct windows::Win32::Graphics::DXCore::IDXCoreAdapterFactory_Vtbl
#[repr(C)]pub struct IDXCoreAdapterFactory_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateAdapterList: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetAdapterByLuid: unsafe extern "system" fn(_: *mut c_void, _: *const LUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub IsNotificationTypeSupported: unsafe extern "system" fn(_: *mut c_void, _: DXCoreNotificationType) -> bool,
pub RegisterEventNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DXCoreNotificationType, _: PFN_DXCORE_NOTIFICATION_CALLBACK, _: *const c_void, _: *mut u32) -> HRESULT,
pub UnregisterEventNotification: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateAdapterList: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetAdapterByLuid: unsafe extern "system" fn(_: *mut c_void, _: *const LUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§IsNotificationTypeSupported: unsafe extern "system" fn(_: *mut c_void, _: DXCoreNotificationType) -> bool
§RegisterEventNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DXCoreNotificationType, _: PFN_DXCORE_NOTIFICATION_CALLBACK, _: *const c_void, _: *mut u32) -> HRESULT
§UnregisterEventNotification: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IDXCoreAdapterFactory_Vtbl
impl IDXCoreAdapterFactory_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXCoreAdapterFactory_Vtblwhere
Identity: IDXCoreAdapterFactory_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXCoreAdapterFactory_Vtbl
impl RefUnwindSafe for IDXCoreAdapterFactory_Vtbl
impl Send for IDXCoreAdapterFactory_Vtbl
impl Sync for IDXCoreAdapterFactory_Vtbl
impl Unpin for IDXCoreAdapterFactory_Vtbl
impl UnwindSafe for IDXCoreAdapterFactory_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