#[repr(C)]pub struct IDXGIAdapter2Vtbl {
pub parent: IDXGIAdapter1Vtbl,
pub GetDesc2: unsafe extern "system" fn(This: *mut IDXGIAdapter2, pDesc: *mut DXGI_ADAPTER_DESC2) -> HRESULT,
}
Fields§
§parent: IDXGIAdapter1Vtbl
§GetDesc2: unsafe extern "system" fn(This: *mut IDXGIAdapter2, pDesc: *mut DXGI_ADAPTER_DESC2) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDXGIAdapter2Vtbl
impl RefUnwindSafe for IDXGIAdapter2Vtbl
impl Send for IDXGIAdapter2Vtbl
impl Sync for IDXGIAdapter2Vtbl
impl Unpin for IDXGIAdapter2Vtbl
impl UnwindSafe for IDXGIAdapter2Vtbl
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