Struct openvr_sys::TrackedDevicePose_t [] [src]

pub struct TrackedDevicePose_t {
    pub mDeviceToAbsoluteTracking: HmdMatrix34_t,
    pub vVelocity: HmdVector3_t,
    pub vAngularVelocity: HmdVector3_t,
    pub eTrackingResult: ETrackingResult,
    pub bPoseIsValid: c_int,
    pub bDeviceIsConnected: c_int,
}

Fields

mDeviceToAbsoluteTracking: HmdMatrix34_t vVelocity: HmdVector3_t vAngularVelocity: HmdVector3_t eTrackingResult: ETrackingResult bPoseIsValid: c_int bDeviceIsConnected: c_int

Trait Implementations

impl Clone for TrackedDevicePose_t
[src]

fn clone(&self) -> TrackedDevicePose_t

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 TrackedDevicePose_t
[src]

impl Debug for TrackedDevicePose_t
[src]

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

Formats the value using the given formatter.

impl Default for TrackedDevicePose_t
[src]

fn default() -> Self

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