Struct openvr_sys::HmdQuaternion_t[][src]

#[repr(C)]
pub struct HmdQuaternion_t { pub w: f64, pub x: f64, pub y: f64, pub z: f64, }

Fields

Trait Implementations

impl Debug for HmdQuaternion_t
[src]

Formats the value using the given formatter. Read more

impl Copy for HmdQuaternion_t
[src]

impl Clone for HmdQuaternion_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations