Struct ovr_mobile_sys::ovrRigidBodyPosef_ [] [src]

#[repr(C)]
pub struct ovrRigidBodyPosef_ { pub Pose: ovrPosef, pub AngularVelocity: ovrVector3f, pub LinearVelocity: ovrVector3f, pub AngularAcceleration: ovrVector3f, pub LinearAcceleration: ovrVector3f, pub dead10: [c_uchar; 4], pub TimeInSeconds: f64, pub PredictionInSeconds: f64, }

Fields

Trait Implementations

impl Debug for ovrRigidBodyPosef_
[src]

Formats the value using the given formatter.

impl Copy for ovrRigidBodyPosef_
[src]

impl Clone for ovrRigidBodyPosef_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more