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