Struct winapi::dxgi1_3::DXGI_FRAME_STATISTICS_MEDIA [] [src]

pub struct DXGI_FRAME_STATISTICS_MEDIA {
    pub PresentCount: UINT,
    pub PresentRefreshCount: UINT,
    pub SyncRefreshCount: UINT,
    pub SyncQPCTime: LARGE_INTEGER,
    pub SyncGPUTime: LARGE_INTEGER,
    pub CompositionMode: DXGI_FRAME_PRESENTATION_MODE,
    pub ApprovedPresentDuration: UINT,
}

Fields

PresentCount: UINT PresentRefreshCount: UINT SyncRefreshCount: UINT SyncQPCTime: LARGE_INTEGER SyncGPUTime: LARGE_INTEGER CompositionMode: DXGI_FRAME_PRESENTATION_MODE ApprovedPresentDuration: UINT

Trait Implementations

impl Debug for DXGI_FRAME_STATISTICS_MEDIA
[src]

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

Formats the value using the given formatter.

impl Copy for DXGI_FRAME_STATISTICS_MEDIA
[src]

impl Clone for DXGI_FRAME_STATISTICS_MEDIA
[src]

fn clone(&self) -> DXGI_FRAME_STATISTICS_MEDIA

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