Struct windows::Win32::Graphics::DXCore::IDXCoreAdapter_Vtbl
#[repr(C)]pub struct IDXCoreAdapter_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsValid: unsafe extern "system" fn(_: *mut c_void) -> bool,
pub IsAttributeSupported: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> bool,
pub IsPropertySupported: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterProperty) -> bool,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterProperty, _: usize, _: *mut c_void) -> HRESULT,
pub GetPropertySize: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterProperty, _: *mut usize) -> HRESULT,
pub IsQueryStateSupported: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterState) -> bool,
pub QueryState: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterState, _: usize, _: *const c_void, _: usize, _: *mut c_void) -> HRESULT,
pub IsSetStateSupported: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterState) -> bool,
pub SetState: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterState, _: usize, _: *const c_void, _: usize, _: *const c_void) -> HRESULT,
pub GetFactory: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsValid: unsafe extern "system" fn(_: *mut c_void) -> bool
§IsAttributeSupported: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> bool
§IsPropertySupported: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterProperty) -> bool
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterProperty, _: usize, _: *mut c_void) -> HRESULT
§GetPropertySize: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterProperty, _: *mut usize) -> HRESULT
§IsQueryStateSupported: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterState) -> bool
§QueryState: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterState, _: usize, _: *const c_void, _: usize, _: *mut c_void) -> HRESULT
§IsSetStateSupported: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterState) -> bool
§SetState: unsafe extern "system" fn(_: *mut c_void, _: DXCoreAdapterState, _: usize, _: *const c_void, _: usize, _: *const c_void) -> HRESULT
§GetFactory: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDXCoreAdapter_Vtbl
impl IDXCoreAdapter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXCoreAdapter_Vtblwhere
Identity: IDXCoreAdapter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXCoreAdapter_Vtbl
impl RefUnwindSafe for IDXCoreAdapter_Vtbl
impl Send for IDXCoreAdapter_Vtbl
impl Sync for IDXCoreAdapter_Vtbl
impl Unpin for IDXCoreAdapter_Vtbl
impl UnwindSafe for IDXCoreAdapter_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