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