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