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: UINT PresentRefreshCount: UINT SyncRefreshCount: UINT SyncQPCTime: LARGE_INTEGER SyncGPUTime: LARGE_INTEGER

Trait Implementations

impl Debug for D3DPRESENTSTATS
[src]

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

Formats the value using the given formatter.

impl Copy for D3DPRESENTSTATS
[src]

impl Clone for D3DPRESENTSTATS
[src]

fn clone(&self) -> D3DPRESENTSTATS

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more