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