Struct winapi::d3d9types::D3DPRESENTSTATS [] [src]

pub struct D3DPRESENTSTATS {
    pub PresentCount: UINT,
    pub PresentRefreshCount: UINT,
    pub SyncRefreshCount: UINT,
    pub SyncQPCTime: LARGE_INTEGER,
    pub SyncGPUTime: LARGE_INTEGER,
}

Fields

PresentCount
PresentRefreshCount
SyncRefreshCount
SyncQPCTime
SyncGPUTime

Trait Implementations

Derived Implementations

impl Debug for D3DPRESENTSTATS

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for D3DPRESENTSTATS

impl Clone for D3DPRESENTSTATS

fn clone(&self) -> D3DPRESENTSTATS

fn clone_from(&mut self, source: &Self)