Struct winapi::dxgi1_3::IDXGISwapChainMediaVtbl [] [src]

pub struct IDXGISwapChainMediaVtbl {
    pub parent: IUnknownVtbl,
    pub GetFrameStatisticsMedia: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, pStats: *mut DXGI_FRAME_STATISTICS_MEDIA) -> HRESULT,
    pub SetPresentDuration: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, Duration: UINT) -> HRESULT,
    pub CheckPresentDurationSupport: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, DesiredPresentDuration: UINT, pClosestSmallerPresentDuration: *mut UINT, pClosestLargerPresentDuration: *mut UINT) -> HRESULT,
}

Fields

parent: IUnknownVtbl GetFrameStatisticsMedia: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, pStats: *mut DXGI_FRAME_STATISTICS_MEDIA) -> HRESULT SetPresentDuration: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, Duration: UINT) -> HRESULT CheckPresentDurationSupport: unsafe extern "system" fn(This: *mut IDXGISwapChainMedia, DesiredPresentDuration: UINT, pClosestSmallerPresentDuration: *mut UINT, pClosestLargerPresentDuration: *mut UINT) -> HRESULT