[][src]Struct winapi::shared::d3d9::IDirect3DDevice9ExVtbl

#[repr(C)]
pub struct IDirect3DDevice9ExVtbl {
    pub parent: IDirect3DDevice9Vtbl,
    pub SetConvolutionMonoKernel: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, width: UINT, height: UINT, rows: *mut FLOAT, columns: *mut FLOAT) -> HRESULT,
    pub ComposeRects: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pSrc: *mut IDirect3DSurface9, pDst: *mut IDirect3DSurface9, pSrcRectDescs: *mut IDirect3DVertexBuffer9, NumRects: UINT, pDstRectDescs: *mut IDirect3DVertexBuffer9, Operation: D3DCOMPOSERECTSOP, Xoffset: INT, Yoffset: INT) -> HRESULT,
    pub PresentEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pSourceRect: *const RECT, pDestRect: *const RECT, hDestWindowOverride: HWND, pDirtyRegion: *const RGNDATA, dwFlags: DWORD) -> HRESULT,
    pub GetGPUThreadPriority: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pPriority: *mut INT) -> HRESULT,
    pub SetGPUThreadPriority: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, Priority: INT) -> HRESULT,
    pub WaitForVBlank: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, iSwapChain: UINT) -> HRESULT,
    pub CheckResourceResidency: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pResourceArray: *mut *mut IDirect3DResource9, NumResources: UINT32) -> HRESULT,
    pub SetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, MaxLatency: UINT) -> HRESULT,
    pub GetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pMaxLatency: *mut UINT) -> HRESULT,
    pub CheckDeviceState: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, hDestinationWindow: HWND) -> HRESULT,
    pub CreateRenderTargetEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, Width: UINT, Height: UINT, Format: D3DFORMAT, MultiSample: D3DMULTISAMPLE_TYPE, MultisampleQuality: DWORD, Lockable: BOOL, ppSurface: *mut *mut IDirect3DSurface9, pSharedHandle: *mut HANDLE, Usage: DWORD) -> HRESULT,
    pub CreateOffscreenPlainSurfaceEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, Width: UINT, Height: UINT, Format: D3DFORMAT, Pool: D3DPOOL, ppSurface: *mut *mut IDirect3DSurface9, pSharedHandle: *mut HANDLE, Usage: DWORD) -> HRESULT,
    pub CreateDepthStencilSurfaceEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, Width: UINT, Height: UINT, Format: D3DFORMAT, MultiSample: D3DMULTISAMPLE_TYPE, MultisampleQuality: DWORD, Discard: BOOL, ppSurface: *mut *mut IDirect3DSurface9, pSharedHandle: *mut HANDLE, Usage: DWORD) -> HRESULT,
    pub ResetEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pPresentationParameters: *mut D3DPRESENT_PARAMETERS, pFullscreenDisplayMode: *mut D3DDISPLAYMODEEX) -> HRESULT,
    pub GetDisplayModeEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, iSwapChain: UINT, pMode: *mut D3DDISPLAYMODEEX, pRotation: *mut D3DDISPLAYROTATION) -> HRESULT,
}

Fields

parent: IDirect3DDevice9VtblSetConvolutionMonoKernel: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, width: UINT, height: UINT, rows: *mut FLOAT, columns: *mut FLOAT) -> HRESULTComposeRects: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pSrc: *mut IDirect3DSurface9, pDst: *mut IDirect3DSurface9, pSrcRectDescs: *mut IDirect3DVertexBuffer9, NumRects: UINT, pDstRectDescs: *mut IDirect3DVertexBuffer9, Operation: D3DCOMPOSERECTSOP, Xoffset: INT, Yoffset: INT) -> HRESULTPresentEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pSourceRect: *const RECT, pDestRect: *const RECT, hDestWindowOverride: HWND, pDirtyRegion: *const RGNDATA, dwFlags: DWORD) -> HRESULTGetGPUThreadPriority: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pPriority: *mut INT) -> HRESULTSetGPUThreadPriority: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, Priority: INT) -> HRESULTWaitForVBlank: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, iSwapChain: UINT) -> HRESULTCheckResourceResidency: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pResourceArray: *mut *mut IDirect3DResource9, NumResources: UINT32) -> HRESULTSetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, MaxLatency: UINT) -> HRESULTGetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pMaxLatency: *mut UINT) -> HRESULTCheckDeviceState: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, hDestinationWindow: HWND) -> HRESULTCreateRenderTargetEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, Width: UINT, Height: UINT, Format: D3DFORMAT, MultiSample: D3DMULTISAMPLE_TYPE, MultisampleQuality: DWORD, Lockable: BOOL, ppSurface: *mut *mut IDirect3DSurface9, pSharedHandle: *mut HANDLE, Usage: DWORD) -> HRESULTCreateOffscreenPlainSurfaceEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, Width: UINT, Height: UINT, Format: D3DFORMAT, Pool: D3DPOOL, ppSurface: *mut *mut IDirect3DSurface9, pSharedHandle: *mut HANDLE, Usage: DWORD) -> HRESULTCreateDepthStencilSurfaceEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, Width: UINT, Height: UINT, Format: D3DFORMAT, MultiSample: D3DMULTISAMPLE_TYPE, MultisampleQuality: DWORD, Discard: BOOL, ppSurface: *mut *mut IDirect3DSurface9, pSharedHandle: *mut HANDLE, Usage: DWORD) -> HRESULTResetEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, pPresentationParameters: *mut D3DPRESENT_PARAMETERS, pFullscreenDisplayMode: *mut D3DDISPLAYMODEEX) -> HRESULTGetDisplayModeEx: unsafe extern "system" fn(This: *mut IDirect3DDevice9Ex, iSwapChain: UINT, pMode: *mut D3DDISPLAYMODEEX, pRotation: *mut D3DDISPLAYROTATION) -> 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]