[][src]Struct openvr_sys::Compositor_CumulativeStats

#[repr(C)]
pub struct Compositor_CumulativeStats {
    pub m_nPid: u32,
    pub m_nNumFramePresents: u32,
    pub m_nNumDroppedFrames: u32,
    pub m_nNumReprojectedFrames: u32,
    pub m_nNumFramePresentsOnStartup: u32,
    pub m_nNumDroppedFramesOnStartup: u32,
    pub m_nNumReprojectedFramesOnStartup: u32,
    pub m_nNumLoading: u32,
    pub m_nNumFramePresentsLoading: u32,
    pub m_nNumDroppedFramesLoading: u32,
    pub m_nNumReprojectedFramesLoading: u32,
    pub m_nNumTimedOut: u32,
    pub m_nNumFramePresentsTimedOut: u32,
    pub m_nNumDroppedFramesTimedOut: u32,
    pub m_nNumReprojectedFramesTimedOut: u32,
}

Fields

m_nPid: u32m_nNumFramePresents: u32m_nNumDroppedFrames: u32m_nNumReprojectedFrames: u32m_nNumFramePresentsOnStartup: u32m_nNumDroppedFramesOnStartup: u32m_nNumReprojectedFramesOnStartup: u32m_nNumLoading: u32m_nNumFramePresentsLoading: u32m_nNumDroppedFramesLoading: u32m_nNumReprojectedFramesLoading: u32m_nNumTimedOut: u32m_nNumFramePresentsTimedOut: u32m_nNumDroppedFramesTimedOut: u32m_nNumReprojectedFramesTimedOut: u32

Trait Implementations

impl Copy for Compositor_CumulativeStats[src]

impl Clone for Compositor_CumulativeStats[src]

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

Performs copy-assignment from source. Read more

impl Debug for Compositor_CumulativeStats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]