[][src]Struct openvr_sys::Compositor_FrameTiming

#[repr(C)]
pub struct Compositor_FrameTiming {
    pub m_nSize: u32,
    pub m_nFrameIndex: u32,
    pub m_nNumFramePresents: u32,
    pub m_nNumMisPresented: u32,
    pub m_nNumDroppedFrames: u32,
    pub m_nReprojectionFlags: u32,
    pub m_flSystemTimeInSeconds: f64,
    pub m_flPreSubmitGpuMs: f32,
    pub m_flPostSubmitGpuMs: f32,
    pub m_flTotalRenderGpuMs: f32,
    pub m_flCompositorRenderGpuMs: f32,
    pub m_flCompositorRenderCpuMs: f32,
    pub m_flCompositorIdleCpuMs: f32,
    pub m_flClientFrameIntervalMs: f32,
    pub m_flPresentCallCpuMs: f32,
    pub m_flWaitForPresentCpuMs: f32,
    pub m_flSubmitFrameMs: f32,
    pub m_flWaitGetPosesCalledMs: f32,
    pub m_flNewPosesReadyMs: f32,
    pub m_flNewFrameReadyMs: f32,
    pub m_flCompositorUpdateStartMs: f32,
    pub m_flCompositorUpdateEndMs: f32,
    pub m_flCompositorRenderStartMs: f32,
    pub m_HmdPose: TrackedDevicePose_t,
    pub m_nNumVSyncsReadyForUse: u32,
    pub m_nNumVSyncsToFirstView: u32,
}

Fields

m_nSize: u32m_nFrameIndex: u32m_nNumFramePresents: u32m_nNumMisPresented: u32m_nNumDroppedFrames: u32m_nReprojectionFlags: u32m_flSystemTimeInSeconds: f64m_flPreSubmitGpuMs: f32m_flPostSubmitGpuMs: f32m_flTotalRenderGpuMs: f32m_flCompositorRenderGpuMs: f32m_flCompositorRenderCpuMs: f32m_flCompositorIdleCpuMs: f32m_flClientFrameIntervalMs: f32m_flPresentCallCpuMs: f32m_flWaitForPresentCpuMs: f32m_flSubmitFrameMs: f32m_flWaitGetPosesCalledMs: f32m_flNewPosesReadyMs: f32m_flNewFrameReadyMs: f32m_flCompositorUpdateStartMs: f32m_flCompositorUpdateEndMs: f32m_flCompositorRenderStartMs: f32m_HmdPose: TrackedDevicePose_tm_nNumVSyncsReadyForUse: u32m_nNumVSyncsToFirstView: u32

Trait Implementations

impl Copy for Compositor_FrameTiming[src]

impl Clone for Compositor_FrameTiming[src]

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

Performs copy-assignment from source. Read more

impl Debug for Compositor_FrameTiming[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]