[][src]Struct winapi::shared::dxgi::IDXGIDeviceVtbl

#[repr(C)]
pub struct IDXGIDeviceVtbl {
    pub parent: IDXGIObjectVtbl,
    pub GetAdapter: unsafe extern "system" fn(This: *mut IDXGIDevice, pAdapter: *mut *mut IDXGIAdapter) -> HRESULT,
    pub CreateSurface: unsafe extern "system" fn(This: *mut IDXGIDevice, pDesc: *const DXGI_SURFACE_DESC, NumSurfaces: UINT, Usage: DXGI_USAGE, pSharedResource: *const DXGI_SHARED_RESOURCE, ppSurface: *mut *mut IDXGISurface) -> HRESULT,
    pub QueryResourceResidency: unsafe extern "system" fn(This: *mut IDXGIDevice, ppResources: *const *mut IUnknown, pResidencyStatus: *mut DXGI_RESIDENCY, NumResources: UINT) -> HRESULT,
    pub SetGPUThreadPriority: unsafe extern "system" fn(This: *mut IDXGIDevice, Priority: INT) -> HRESULT,
    pub GetGPUThreadPriority: unsafe extern "system" fn(This: *mut IDXGIDevice, pPriority: *mut INT) -> HRESULT,
}

Fields

parent: IDXGIObjectVtblGetAdapter: unsafe extern "system" fn(This: *mut IDXGIDevice, pAdapter: *mut *mut IDXGIAdapter) -> HRESULTCreateSurface: unsafe extern "system" fn(This: *mut IDXGIDevice, pDesc: *const DXGI_SURFACE_DESC, NumSurfaces: UINT, Usage: DXGI_USAGE, pSharedResource: *const DXGI_SHARED_RESOURCE, ppSurface: *mut *mut IDXGISurface) -> HRESULTQueryResourceResidency: unsafe extern "system" fn(This: *mut IDXGIDevice, ppResources: *const *mut IUnknown, pResidencyStatus: *mut DXGI_RESIDENCY, NumResources: UINT) -> HRESULTSetGPUThreadPriority: unsafe extern "system" fn(This: *mut IDXGIDevice, Priority: INT) -> HRESULTGetGPUThreadPriority: unsafe extern "system" fn(This: *mut IDXGIDevice, pPriority: *mut INT) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]