Struct openvr_sys::Compositor_CumulativeStats [] [src]

pub struct Compositor_CumulativeStats {
    pub m_nPid: uint32_t,
    pub m_nNumFramePresents: uint32_t,
    pub m_nNumDroppedFrames: uint32_t,
    pub m_nNumReprojectedFrames: uint32_t,
    pub m_nNumFramePresentsOnStartup: uint32_t,
    pub m_nNumDroppedFramesOnStartup: uint32_t,
    pub m_nNumReprojectedFramesOnStartup: uint32_t,
    pub m_nNumLoading: uint32_t,
    pub m_nNumFramePresentsLoading: uint32_t,
    pub m_nNumDroppedFramesLoading: uint32_t,
    pub m_nNumReprojectedFramesLoading: uint32_t,
    pub m_nNumTimedOut: uint32_t,
    pub m_nNumFramePresentsTimedOut: uint32_t,
    pub m_nNumDroppedFramesTimedOut: uint32_t,
    pub m_nNumReprojectedFramesTimedOut: uint32_t,
}

Fields

m_nPid: uint32_t m_nNumFramePresents: uint32_t m_nNumDroppedFrames: uint32_t m_nNumReprojectedFrames: uint32_t m_nNumFramePresentsOnStartup: uint32_t m_nNumDroppedFramesOnStartup: uint32_t m_nNumReprojectedFramesOnStartup: uint32_t m_nNumLoading: uint32_t m_nNumFramePresentsLoading: uint32_t m_nNumDroppedFramesLoading: uint32_t m_nNumReprojectedFramesLoading: uint32_t m_nNumTimedOut: uint32_t m_nNumFramePresentsTimedOut: uint32_t m_nNumDroppedFramesTimedOut: uint32_t m_nNumReprojectedFramesTimedOut: uint32_t

Trait Implementations

impl Clone for Compositor_CumulativeStats
[src]

fn clone(&self) -> Compositor_CumulativeStats

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

impl Copy for Compositor_CumulativeStats
[src]

impl Debug for Compositor_CumulativeStats
[src]

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

Formats the value using the given formatter.

impl Default for Compositor_CumulativeStats
[src]

fn default() -> Self

Returns the "default value" for a type. Read more