Struct winapi::dxgi::DXGI_FRAME_STATISTICS
[−]
[src]
pub struct DXGI_FRAME_STATISTICS { 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
impl Copy for DXGI_FRAME_STATISTICS
[src]
impl Clone for DXGI_FRAME_STATISTICS
[src]
fn clone(&self) -> DXGI_FRAME_STATISTICS
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