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