Struct windows::Win32::Graphics::Dxgi::IDXGIAdapter_Vtbl
#[repr(C)]pub struct IDXGIAdapter_Vtbl {
pub base__: IDXGIObject_Vtbl,
pub EnumOutputs: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetDesc: unsafe extern "system" fn(_: *mut c_void, _: *mut DXGI_ADAPTER_DESC) -> HRESULT,
pub CheckInterfaceSupport: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut i64) -> HRESULT,
}
Fields§
§base__: IDXGIObject_Vtbl
§EnumOutputs: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetDesc: unsafe extern "system" fn(_: *mut c_void, _: *mut DXGI_ADAPTER_DESC) -> HRESULT
§CheckInterfaceSupport: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut i64) -> HRESULT
Implementations§
§impl IDXGIAdapter_Vtbl
impl IDXGIAdapter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXGIAdapter_Vtblwhere
Identity: IDXGIAdapter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXGIAdapter_Vtbl
impl RefUnwindSafe for IDXGIAdapter_Vtbl
impl Send for IDXGIAdapter_Vtbl
impl Sync for IDXGIAdapter_Vtbl
impl Unpin for IDXGIAdapter_Vtbl
impl UnwindSafe for IDXGIAdapter_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